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 ++++++++ stylesheets/index.css | 3 ++- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 stylesheets/dark.css (limited to 'stylesheets') 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); +} diff --git a/stylesheets/index.css b/stylesheets/index.css index 94e2d57..58ce4c7 100644 --- a/stylesheets/index.css +++ b/stylesheets/index.css @@ -1,5 +1,6 @@ body { - background-color: #a33; + background: no-repeat center/cover url('backgroundflip.jpg'); + background-position: 70% 30%; } main { -- cgit v1.2.3