From 9a6f327824520306b10d536e681f2ccb95ca9184 Mon Sep 17 00:00:00 2001 From: eclipse Date: Wed, 20 Aug 2025 22:19:29 +0200 Subject: [PATCH] made logo sub-line darker --- the_works/static/css/the_works.css | 8 +++++++- the_works/templates/_nav.html | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/the_works/static/css/the_works.css b/the_works/static/css/the_works.css index 9466483..668a93d 100644 --- a/the_works/static/css/the_works.css +++ b/the_works/static/css/the_works.css @@ -3,14 +3,20 @@ /* add nice gradient to the header*/ body>header { background-image: linear-gradient(to right, rgba(255, 239, 186, .7), var(--pico-background-color)); + + #logo-p { + --pico-color: var(--pico-color); + filter: brightness(75%); + } } [data-theme=light], :root:not([data-theme=dark]), :host(:not([data-theme=dark])) { - /* adapt the header gradient for dark mode */ + /* adapt the header gradient for light mode */ body>header { background-image: linear-gradient(to right, #ffefba, var(--pico-background-color)); + filter: brightness(100%); } } diff --git a/the_works/templates/_nav.html b/the_works/templates/_nav.html index 8d0e698..0a1701f 100644 --- a/the_works/templates/_nav.html +++ b/the_works/templates/_nav.html @@ -21,7 +21,7 @@

the_works

-

Tobias seine Bücher

+

Tobias seine Bücher