From 73e9ab7c13fd893c515cdefbee7975a8de149d15 Mon Sep 17 00:00:00 2001 From: coolneng Date: Sun, 30 Oct 2022 13:32:09 +0100 Subject: [PATCH] Fix font color problem in waybar --- waybar/.config/waybar/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/waybar/.config/waybar/style.css b/waybar/.config/waybar/style.css index 7038f86..f81f22e 100644 --- a/waybar/.config/waybar/style.css +++ b/waybar/.config/waybar/style.css @@ -2,6 +2,7 @@ border: none; border-radius: 0; /* `otf-font-awesome` is required to be installed for icons */ + all: unset; font-family: Inconsolata Nerd Font; font-size: 17px; min-height: 0px; @@ -166,3 +167,5 @@ label:focus { #mpd.paused { } + +