feat(waybar): set default font weight to 500
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 36s

This commit is contained in:
Price Hiller 2025-01-09 22:41:10 -06:00
parent 3b4d97ac79
commit 0514904196
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -39,6 +39,7 @@
* {
border: none;
font-family: "FiraCode Nerd Font", monospace;
font-weight: 500;
font-size: 13px;
border-radius: 0px;
margin-top: 0.1rem;