This commit is contained in:
iFargle 2023-08-30 19:45:58 +09:00
parent 4fe0af097e
commit db53dc8d38

View file

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