From efceda43464ebb4373a659d35d70a03ce068bd80 Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Thu, 21 Aug 2025 14:45:03 -0700 Subject: [PATCH] New backup 2025-08-21 14:45:03 --- de/home/.config/worf/style.css | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/de/home/.config/worf/style.css b/de/home/.config/worf/style.css index 0144ddf..a12b755 100644 --- a/de/home/.config/worf/style.css +++ b/de/home/.config/worf/style.css @@ -50,16 +50,6 @@ window { background-color: transparent; } -#text { - color: var(--foreground-color); - text-shadow: 0px 0px 2px var(--foreground-shadow-color),0px 0px 6px var(--foreground-shadow-color); - font-weight: bold; - margin-left: 15px; -} -#text:selected { - color: var(--active-foreground-color); -} - #entry{ border: 0px solid transparent; border-radius: 10px; @@ -71,9 +61,21 @@ window { background-color: var(--button-background-active-color); outline: none; } -#entry not(#text):hover { +/*#entry:hover { + border: 3px solid green; background-color: var(--button-background-active-color); outline: none; +}*/ + +#text { + background-color: transparent; + color: var(--foreground-color); + text-shadow: 0px 0px 2px var(--foreground-shadow-color),0px 0px 6px var(--foreground-shadow-color); + font-weight: bold; + margin-left: 15px; +} +#text:selected { + color: var(--active-foreground-color); } #img {