EchoForum/static/css/base.scss
2024-05-10 11:35:43 +03:00

15 lines
124 B
SCSS

:root {
font-size: 16px;
}
body {
background-color: #111;
margin: 0;
position: relative;
}
* {
color: white;
}