More readable

Signed-off-by: Skylar "The Cobra" Widulski <cobra@vern.cc>
This commit is contained in:
Skylar "The Cobra" Widulski 2023-04-03 17:02:54 -04:00
parent 9e1201218e
commit cbf7dfdbfa
Signed by: cobra
GPG Key ID: 4FD8F812083FF6F9
1 changed files with 3 additions and 3 deletions

View File

@ -49,7 +49,7 @@
/* The whole bar */
#waybar {
background: transparent;
color: white;
color: black;
font-family: 'FiraCode Nerd Font';
font-size: 12px;
}
@ -195,11 +195,11 @@
}
#workspaces button {
border: 2px solid white;
border: 2px solid black;
border-radius: 15px;
padding-left: 10px;
padding-right: 10px;
color: white;
color: black;
}
#workspaces button.focused {