From 87097e9cd420632f014964b1bc378f78e2680459 Mon Sep 17 00:00:00 2001 From: schlagmichdoch Date: Wed, 19 Apr 2023 21:15:03 +0200 Subject: [PATCH] fix header btn shadow styling --- public/styles.css | 5 +++-- public_included_ws_fallback/styles.css | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/public/styles.css b/public/styles.css index 337a82c..463e6bf 100644 --- a/public/styles.css +++ b/public/styles.css @@ -112,7 +112,7 @@ header > div:not(:hover) .icon-button:not(.selected) { opacity: 0; } -header > div:hover::before { +#theme-wrapper:hover::before { border-radius: 20px; background: currentColor; opacity: 0.1; @@ -204,7 +204,8 @@ body { line-height: 18px; } -a { +a, +.icon-button { text-decoration: none; color: currentColor; cursor: pointer; diff --git a/public_included_ws_fallback/styles.css b/public_included_ws_fallback/styles.css index 0b7c5d9..b5385c3 100644 --- a/public_included_ws_fallback/styles.css +++ b/public_included_ws_fallback/styles.css @@ -113,7 +113,7 @@ header > div:not(:hover) .icon-button:not(.selected) { opacity: 0; } -header > div:hover::before { +#theme-wrapper:hover::before { border-radius: 20px; background: currentColor; opacity: 0.1; @@ -205,7 +205,8 @@ body { line-height: 18px; } -a { +a, +.icon-button { text-decoration: none; color: currentColor; cursor: pointer;