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.
master
voussoir 2018-11-04 18:40:56 -08:00
parent e7d3a652a7
commit c551762914
1 changed files with 8 additions and 0 deletions

View 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;
}