This commit is contained in:
iFargle 2023-08-30 19:46:39 +09:00
parent db53dc8d38
commit ba1d5bcfdd

View file

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