This commit is contained in:
iFargle 2023-08-30 19:49:53 +09:00
parent ba1d5bcfdd
commit ccb69663bb

View file

@ -191,6 +191,14 @@
font-weight: bold; font-weight: bold;
} }
#workspaces button.active {
font-size: 16px;
margin: 2px 5px;
color: rgba(50, 48, 47, 0.8);
background-color: #a89984;
font-weight: bold;
}
/* /*
* General background * General background
*/ */
@ -208,7 +216,6 @@
#idle_inhibitor, #idle_inhibitor,
#custom-tailscale, #custom-tailscale,
#custom-wlogout, #custom-wlogout,
#workspaces button.active
#window { #window {
font-size: 16px; font-size: 16px;
padding: 0px 10px; padding: 0px 10px;