waybar(style.css): edit font sizes

This commit is contained in:
surtur 2023-08-10 23:41:39 +02:00
parent a4d0ea9146
commit 60573de959
Signed by: wanderer
SSH Key Fingerprint: SHA256:MdCZyJ2sHLltrLBp0xQO0O1qTW9BT/xl5nXkDvhlMCI

@ -1,7 +1,7 @@
* { * {
border: none; border: none;
border-radius: 0; border-radius: 0;
font-size: 14px; font-size: 13px;
font-weight: 400; font-weight: 400;
box-shadow: none; box-shadow: none;
text-shadow: none; text-shadow: none;
@ -14,7 +14,7 @@
color: white; color: white;
font-family: FiraCode Retina, Noto Sans, sans-serif; font-family: FiraCode Retina, Noto Sans, sans-serif;
font-weight: 600; font-weight: 600;
font-size: 13px; font-size: 12px;
} }