waybar: Make text easier to read

This slightly increases the font weight of text without affecting the
font awesome icons, which is important since changing the font weight
of everything caused the firefox icon to become malformed.
This commit is contained in:
Donovan Glover
2022-04-12 14:24:18 -04:00
parent 163e8eb722
commit d654c999b8

View File

@@ -9,6 +9,7 @@ window#waybar {
background: @background;
border-bottom: 1px solid rgba(100, 114, 125, 0.3);
color: @foreground;
font-weight: 500;
}
#workspaces button {