waybar: removed unnecessary formatting in css

This commit is contained in:
Aly Raffauf 2024-05-04 21:23:04 -04:00
parent 55c747e4c2
commit 6c8e3068b0

View file

@ -17,7 +17,7 @@
* { * {
border: none; border: none;
border-radius: 0; border-radius: 0;
font-family: "${lib.strings.removeSuffix "-Regular" config.alyraffauf.desktop.theme.terminalFont.name}"; font-family: "${config.alyraffauf.desktop.theme.terminalFont.name}";
font-size: 14px; font-size: 14px;
font-weight: 600; font-weight: 600;
} }