From 77b67a5b4e240d808ea4da5aea9525954f0cfe6d Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sat, 19 Aug 2023 15:17:14 +0200 Subject: wofi: Prefer hex for colors --- .config/wofi/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/wofi/style.css b/.config/wofi/style.css index 3f2f6ff..6afdf3d 100644 --- a/.config/wofi/style.css +++ b/.config/wofi/style.css @@ -1,7 +1,7 @@ * { border: none; border-radius: 3px; - color: rgb(197, 200, 198); + color: #C5C8C6; font-size: 28px; font-family: 'Iosevka Smooth'; } -- cgit v1.2.3