Add theme_slate.css. Brainstorming.
Will continue developing the themes idea later, just need to get this out of my git commmit queue until I come back to it.
This commit is contained in:
parent
e7d3a652a7
commit
c551762914
1 changed files with 8 additions and 0 deletions
8
frontends/etiquette_flask/static/css/theme_slate.css
Normal file
8
frontends/etiquette_flask/static/css/theme_slate.css
Normal file
|
@ -0,0 +1,8 @@
|
|||
:root
|
||||
{
|
||||
--color_site_theme: #333;
|
||||
--color_site_secondary: #3b4d5d;
|
||||
--color_site_textfields: var(--color_site_secondary);
|
||||
--color_text_normal: #efefef;
|
||||
--color_text_link: #1edeff;
|
||||
}
|
Loading…
Reference in a new issue