Separate CSS theme settings

This commit is contained in:
2024-01-03 00:34:42 -05:00
parent 97304ba1a7
commit 6afc982721
2 changed files with 12 additions and 2 deletions

View File

@ -1,4 +1,9 @@
@import 'theme.scss';
body {
font-family: sans-serif;
text-align: center;
}
background-color: $background-color;
color: $text-controls-color;
margin: 0;
padding: 0;
}