Fix font color problem in waybar
This commit is contained in:
parent
7bcd9aff7c
commit
73e9ab7c13
|
@ -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 {
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue