From a7fa4d95f7e5bb30c5c25bd4bc97881045b6a1fa Mon Sep 17 00:00:00 2001 From: Kumar Damani Date: Tue, 23 Apr 2019 18:42:37 -0400 Subject: added dark mode option --- web/public/stylesheets/style.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'web/public/stylesheets/style.css') diff --git a/web/public/stylesheets/style.css b/web/public/stylesheets/style.css index fd6ed87..71002de 100644 --- a/web/public/stylesheets/style.css +++ b/web/public/stylesheets/style.css @@ -102,3 +102,10 @@ a { float: right; margin-right: 10px; } +#toggle-container { + position: fixed; + float: right; + z-index: 2; + bottom: 25px; + right: 25px; +} -- cgit v1.2.3