mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-15 21:03:59 +01:00
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:
parent
163e8eb722
commit
d654c999b8
@ -9,6 +9,7 @@ window#waybar {
|
|||||||
background: @background;
|
background: @background;
|
||||||
border-bottom: 1px solid rgba(100, 114, 125, 0.3);
|
border-bottom: 1px solid rgba(100, 114, 125, 0.3);
|
||||||
color: @foreground;
|
color: @foreground;
|
||||||
|
font-weight: 500;
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button {
|
#workspaces button {
|
||||||
|
Loading…
Reference in New Issue
Block a user