This commit is contained in:
Benjamin Palko 2024-08-09 13:30:03 -04:00
parent 16491f437f
commit 4a6ae43a42
4 changed files with 9 additions and 3 deletions

View file

@ -5,3 +5,7 @@
#mpris:hover {
background-color: @button-hover;
}
#mpris.spotify {
background-color: #1db954;
}

View file

@ -9,6 +9,7 @@
border: none;
border-radius: 9999px;
color: @button;
font-size: 24px;
}
#workspaces button.active {