This commit is contained in:
iFargle 2023-08-30 19:44:59 +09:00
parent 8c545b6433
commit 4fe0af097e

View file

@ -167,6 +167,7 @@
#workspaces button {
font-size: 16px;
border-radius: 5px;
margin: 5px;
color: #e2cca9;
background-color: #3c3836;
font-weight: bold;
@ -177,7 +178,6 @@
#workspaces button.visible:hover {
font-size: 16px;
margin: 5px;
border-radius: 5px;
color: rgba(50, 48, 47, 0.8);
background-color: #e9b143;
font-weight: bold;
@ -186,7 +186,6 @@
#workspaces button.urgent {
font-size: 16px;
margin: 5px;
border-radius: 5px;
color: rgba(50, 48, 47, 0.8);
background-color: #f2594b;
font-weight: bold;