text-align
This commit is contained in:
parent
2a13d2004f
commit
8301b75ee2
|
@ -329,6 +329,7 @@ style:
|
||||||
logo: 'system-ui, "Microsoft Yahei", "Segoe UI", -apple-system, Roboto, Ubuntu, "Helvetica Neue", Arial, "WenQuanYi Micro Hei", sans-serif'
|
logo: 'system-ui, "Microsoft Yahei", "Segoe UI", -apple-system, Roboto, Ubuntu, "Helvetica Neue", Arial, "WenQuanYi Micro Hei", sans-serif'
|
||||||
body: 'system-ui, "Microsoft Yahei", "Segoe UI", -apple-system, Roboto, Ubuntu, "Helvetica Neue", Arial, "WenQuanYi Micro Hei", sans-serif'
|
body: 'system-ui, "Microsoft Yahei", "Segoe UI", -apple-system, Roboto, Ubuntu, "Helvetica Neue", Arial, "WenQuanYi Micro Hei", sans-serif'
|
||||||
code: 'Menlo, Monaco, Consolas, system-ui, "Courier New", monospace, sans-serif'
|
code: 'Menlo, Monaco, Consolas, system-ui, "Courier New", monospace, sans-serif'
|
||||||
|
text-align: left
|
||||||
color:
|
color:
|
||||||
common:
|
common:
|
||||||
theme: '#1BCDFC' # 主题色
|
theme: '#1BCDFC' # 主题色
|
||||||
|
|
|
@ -13,7 +13,7 @@ a
|
||||||
color: $color-hover
|
color: $color-hover
|
||||||
|
|
||||||
p:not([class])
|
p:not([class])
|
||||||
text-align: justify
|
text-align: convert(hexo-config('style.text-align'))
|
||||||
|
|
||||||
hr
|
hr
|
||||||
color: var(--text-meta)
|
color: var(--text-meta)
|
||||||
|
|
|
@ -24,7 +24,7 @@ article.md.content
|
||||||
&.indent
|
&.indent
|
||||||
>p:not([class])
|
>p:not([class])
|
||||||
text-indent: 'calc(%s * 2)' % $fs-p
|
text-indent: 'calc(%s * 2)' % $fs-p
|
||||||
text-align: justify
|
text-align: convert(hexo-config('style.text-align'))
|
||||||
a
|
a
|
||||||
text-indent: 0
|
text-indent: 0
|
||||||
h1,h2,h3,h4,h5,h6
|
h1,h2,h3,h4,h5,h6
|
||||||
|
|
Loading…
Reference in New Issue