Updated config

This commit is contained in:
Eduard Urbach 2025-03-28 22:12:24 +01:00
parent 5950c0bd10
commit d57170e711
Signed by: eduard
GPG key ID: 49226B848C78F6C8

View file

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