Fix font color problem in waybar

This commit is contained in:
coolneng 2022-10-30 13:32:09 +01:00
parent a03ee37cb2
commit 668dc6d0af
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 11 additions and 0 deletions

View File

@ -18,6 +18,15 @@ window#waybar.hidden {
opacity: 0.2;
}
/* Fix font color problem */
label {
all: unset;
}
button {
all: unset;
}
/*
window#waybar.empty {
background-color: transparent;
@ -166,3 +175,5 @@ label:focus {
#mpd.paused {
}