Home Gen236 @ 2024-05-07-19:50

This commit is contained in:
Jonas Röger 2024-05-07 19:50:02 +02:00
parent 0b98a68d51
commit be474f77c0

View File

@ -158,10 +158,6 @@ in {
background-color: rgba(0,43,51,0.85);
margin: 2px 10px 2px 0;
}
.modules-center {
background-color: rgba(0,43,51,0.85);
margin: 2px 0 2px 0;
}
.modules-left {
margin: 2px 0 2px 5px;
background-color: rgba(0,119,179,0.6);
@ -175,8 +171,10 @@ in {
box-shadow: inherit;
background-color: rgba(0,153,153,1);
}
#workspaces button.focused {
#workspaces button.empty {
color: rgba(0 ,40, 40, 40);
}
#workspaces button.active {
background-color: rgba(0,43,51,0.85);
}