diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2021-02-07 20:33:46 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2021-02-08 19:56:29 +0100 |
| commit | 786144052cae336a0c48fdfa576cffdafe9cae4a (patch) | |
| tree | 96eeb8f2834915b16e49f1a75e71b8dcaab6e8ad /stylesheets | |
| parent | a747d119b1ef188dd15810dd9f2aa498553f3a7e (diff) | |
| download | quatuorbellefeuille.com-786144052cae336a0c48fdfa576cffdafe9cae4a.tar.xz | |
Add background to index and adapt colors
Diffstat (limited to 'stylesheets')
| -rw-r--r-- | stylesheets/dark.css | 8 | ||||
| -rw-r--r-- | stylesheets/index.css | 3 |
2 files changed, 10 insertions, 1 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); +} 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 { |
