From 030c412fa1a86bd9ebdfd8ba146d1149ec773976 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B6ger?= Date: Sun, 28 Apr 2024 23:36:28 +0200 Subject: [PATCH] Home Gen172 @ 2024-04-28-23:36 --- home/jonas/wofi/config.nix | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/home/jonas/wofi/config.nix b/home/jonas/wofi/config.nix index 9868579..61e7a1c 100644 --- a/home/jonas/wofi/config.nix +++ b/home/jonas/wofi/config.nix @@ -48,10 +48,11 @@ #text { padding: 4px; color: white; + background: transparent; border: none; } - #entry:nth-child { + #entry:unselected { background: transparent; border: none; } @@ -64,10 +65,6 @@ background: transparent; } - #text:selected { - background: transparent; - border: none; - } #expander-box { border-radius: 15px; border-color: #33ccff;