Updated config

This commit is contained in:
2025-03-28 22:12:24 +01:00
parent 9c4c9eb38f
commit 4c2971044a

View File

@ -7,7 +7,7 @@
} }
.modules-left, .modules-center, .modules-right { .modules-left, .modules-center, .modules-right {
background: rgba(38, 41, 44, 0.5); background-color: rgba(38, 41, 44, 0.5);
border: 1px #4f4f4f solid; border: 1px #4f4f4f solid;
border-radius: 3px; border-radius: 3px;
margin: 8px; margin: 8px;
@ -21,6 +21,13 @@
margin-left: 4px; margin-left: 4px;
} }
tooltip {
background-color: rgba(38, 41, 44, 0.5);
border: 1px #4f4f4f solid;
border-radius: 3px;
padding: 4px 8px;
}
#workspaces button { #workspaces button {
color: rgba(255, 255, 255, 0.1); color: rgba(255, 255, 255, 0.1);
padding: 4px; padding: 4px;