mirror of
https://github.com/next-theme/hexo-theme-next.git
synced 2026-03-19 12:42:33 +00:00
Fix body box-sizing (#404)
This commit is contained in:
parent
2265b178ff
commit
9e9c052f08
@ -9,6 +9,7 @@ html, body {
|
|||||||
|
|
||||||
body {
|
body {
|
||||||
background: var(--body-bg-color);
|
background: var(--body-bg-color);
|
||||||
|
box-sizing: border-box;
|
||||||
color: var(--text-color);
|
color: var(--text-color);
|
||||||
font-family: $font-family-base;
|
font-family: $font-family-base;
|
||||||
font-size: $font-size-base;
|
font-size: $font-size-base;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user