From 39bf993bfc0d5a141f4a790521c935234fe785fd Mon Sep 17 00:00:00 2001 From: lelgenio Date: Sat, 10 Oct 2020 02:58:14 -0300 Subject: [PATCH] use accent selected item --- dotfiles/wofi/style.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/dotfiles/wofi/style.css b/dotfiles/wofi/style.css index 2739062..2367576 100644 --- a/dotfiles/wofi/style.css +++ b/dotfiles/wofi/style.css @@ -1,5 +1,12 @@ *{ color:{{@@ color.txt @@}}; + font: Inter 16; +} + +#entry:selected { + border: none; + padding: none; + background: {{@@ color.accent @@}}; } window {