From c551762914d71b8f0a822531d4f4450225bd2339 Mon Sep 17 00:00:00 2001 From: Ethan Dalool Date: Sun, 4 Nov 2018 18:40:56 -0800 Subject: [PATCH] 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. --- frontends/etiquette_flask/static/css/theme_slate.css | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 frontends/etiquette_flask/static/css/theme_slate.css diff --git a/frontends/etiquette_flask/static/css/theme_slate.css b/frontends/etiquette_flask/static/css/theme_slate.css new file mode 100644 index 0000000..903b2d0 --- /dev/null +++ b/frontends/etiquette_flask/static/css/theme_slate.css @@ -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; +}