diff options
author | Daniel Friesel <derf@finalrewind.org> | 2021-04-27 21:55:20 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2021-04-27 21:55:20 +0200 |
commit | d09aaa6f0c33d4c22f383e93bf389e821f4c76c4 (patch) | |
tree | 2580dd4f4cf9804e47dda50f45d53be6b537bf7e /share/css/dark.css | |
parent | 7a8d2dde13b51dbefd99b5c45e0294a6b7486d7f (diff) |
add a bit of dark mode
Diffstat (limited to 'share/css/dark.css')
-rw-r--r-- | share/css/dark.css | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/share/css/dark.css b/share/css/dark.css new file mode 100644 index 0000000..64ea7c2 --- /dev/null +++ b/share/css/dark.css @@ -0,0 +1,14 @@ +body, html { + color: #eeeeee; + background-color: #333333; +} + +a { + color: #9999ff; +} + +.glightbox-clean +.gslide-description { + color: #eeeeee!important; + background-color: #333333!important; +} |