diff options
| author | Kumar Damani <kumar.damani@mail.utoronto.ca> | 2019-04-23 22:42:37 +0000 |
|---|---|---|
| committer | Kumar Damani <kumar.damani@mail.utoronto.ca> | 2019-04-23 22:42:37 +0000 |
| commit | a7fa4d95f7e5bb30c5c25bd4bc97881045b6a1fa (patch) | |
| tree | 562b4f22e53d6986cbcb46559656e85c8992ea6e /web/public/stylesheets/style.css | |
| parent | 8135fe42bfa36df72c427e8d567aad2182e14372 (diff) | |
added dark mode option
Diffstat (limited to 'web/public/stylesheets/style.css')
| -rw-r--r-- | web/public/stylesheets/style.css | 7 |
1 files changed, 7 insertions, 0 deletions
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; +} |
