Separate CSS theme settings
This commit is contained in:
parent
97304ba1a7
commit
6afc982721
@ -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;
|
||||
}
|
||||
|
5
style/theme.scss
Normal file
5
style/theme.scss
Normal file
@ -0,0 +1,5 @@
|
||||
$background-color: #030303;
|
||||
$accent-color: #4032a8;
|
||||
$text-controls-color: #e0e0e0;
|
||||
$controls-hover-color: #c0c0c0;
|
||||
$controls-click-color: #909090;
|
Loading…
x
Reference in New Issue
Block a user