mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-02-01 02:59:07 +01:00
7 lines
No EOL
157 B
SCSS
7 lines
No EOL
157 B
SCSS
body {
|
|
overflow-y: scroll;
|
|
word-wrap: break-word;
|
|
color: RGB(var(--body-text));
|
|
background-color: var(--background);
|
|
padding-top: $navbar-height;
|
|
} |