general theming sass
This commit is contained in:
parent
2252525244
commit
3f25ca913c
21
server/static/sass/general.scss
Normal file
21
server/static/sass/general.scss
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
/* Overrides for the welcome page background stuff */
|
||||||
|
|
||||||
|
/* For now we'll just worry about dark mode
|
||||||
|
Light mode gets fucked here lmao
|
||||||
|
*/
|
||||||
|
|
||||||
|
$top-grey: #424242;
|
||||||
|
$back-grey: #303030;
|
||||||
|
$bar-grey: #212121;
|
||||||
|
|
||||||
|
$text-norm: whitesmoke;
|
||||||
|
$text-bold: white;
|
||||||
|
|
||||||
|
$heading-pink: #EB2C68;
|
||||||
|
body {
|
||||||
|
background: $back-grey;
|
||||||
|
}
|
||||||
|
|
||||||
|
.nav-link {
|
||||||
|
color: $text-bold;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user