summaryrefslogtreecommitdiff
path: root/stylesheets/dark.css
diff options
context:
space:
mode:
Diffstat (limited to 'stylesheets/dark.css')
-rw-r--r--stylesheets/dark.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/stylesheets/dark.css b/stylesheets/dark.css
new file mode 100644
index 0000000..fd89914
--- /dev/null
+++ b/stylesheets/dark.css
@@ -0,0 +1,8 @@
+body {
+ background-color: black;
+ color: white;
+}
+
+header.banner img {
+ filter: brightness(10);
+}