From c4a41e4130c4c2007a82b105fb3205a0a6b45fa1 Mon Sep 17 00:00:00 2001 From: mimi Date: Mon, 8 Jun 2026 13:41:56 +0200 Subject: [PATCH] style: add appropriate pride-month background --- _sass/_chaospott.scss | 5 +++-- images/pride_flag.svg | 8 ++++++++ 2 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 images/pride_flag.svg diff --git a/_sass/_chaospott.scss b/_sass/_chaospott.scss index b40270a..b8e1bc8 100644 --- a/_sass/_chaospott.scss +++ b/_sass/_chaospott.scss @@ -91,8 +91,9 @@ a { } #large-header { - background: #222 url('/images/logowall.svg') center top; - background-size: 450px; + background: url('/images/pride_flag.svg'); // pride month background + //background-size: 450px; + //background: #222 url('/images/logowall.svg') center top; height: 228px; margin: 0 0 170px 0; diff --git a/images/pride_flag.svg b/images/pride_flag.svg new file mode 100644 index 0000000..232de44 --- /dev/null +++ b/images/pride_flag.svg @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file -- 2.52.0