From 251bdf12cd6c2521c140b35b470803ca47433fd3 Mon Sep 17 00:00:00 2001 From: punkfairie <23287005+punkfairie@users.noreply.github.com> Date: Sun, 19 May 2024 10:18:49 -0700 Subject: [PATCH] Update .config/wofi/style.css --- dot_config/wofi/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dot_config/wofi/style.css b/dot_config/wofi/style.css index 02644fc..416bea3 100644 --- a/dot_config/wofi/style.css +++ b/dot_config/wofi/style.css @@ -10,7 +10,7 @@ window { margin: 4px; padding-left: 20px; border: none; - color: #fff; + color: #fff !important; font-weight: bold; background-color: #fff; background: linear-gradient( @@ -23,6 +23,7 @@ window { margin: 10px; margin-bottom: 2px; } + #input:focus { border: 0px solid #fff; margin-bottom: 0px;