From 786144052cae336a0c48fdfa576cffdafe9cae4a Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Sun, 7 Feb 2021 20:33:46 +0100 Subject: Add background to index and adapt colors --- stylesheets/dark.css | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 stylesheets/dark.css (limited to 'stylesheets/dark.css') 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); +} -- cgit v1.2.3