This commit is contained in:
iFargle 2023-08-30 19:53:10 +09:00
parent 6039454813
commit a6591357b3

View file

@ -167,7 +167,8 @@
#workspaces button { #workspaces button {
font-size: 16px; font-size: 16px;
border-radius: 5px; border-radius: 5px;
margin: 2px; padding: 0px 10px;
margin: 5px;
color: #e2cca9; color: #e2cca9;
background-color: #3c3836; background-color: #3c3836;
font-weight: bold; font-weight: bold;
@ -177,7 +178,8 @@
#workspaces button.focused:hover, #workspaces button.focused:hover,
#workspaces button.visible:hover { #workspaces button.visible:hover {
font-size: 16px; font-size: 16px;
margin: 2px; padding: 0px 10px;
margin: 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 +187,8 @@
#workspaces button.urgent { #workspaces button.urgent {
font-size: 16px; font-size: 16px;
margin: 2px; padding: 0px 10px;
margin: 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;
@ -193,7 +196,8 @@
#workspaces button.active { #workspaces button.active {
font-size: 16px; font-size: 16px;
margin: 2px; padding: 0px 10px;
margin: 5px;
color: rgba(50, 48, 47, 0.8); color: rgba(50, 48, 47, 0.8);
background-color: #a89984; background-color: #a89984;
font-weight: bold; font-weight: bold;