feat(#2989): (optional) hover for all modules

This commit is contained in:
Lars-Ragnar A. Haugen
2024-04-17 22:23:59 +02:00
parent dd092a5fc1
commit 6c1125c1fe
4 changed files with 34 additions and 0 deletions

View File

@ -48,6 +48,11 @@ button:hover {
box-shadow: inset 0 -3px #ffffff;
}
/* you can set a style on hover for any module like this */
#pulseaudio:hover {
background-color: #a37800;
}
#workspaces button {
padding: 0 5px;
background-color: transparent;