2024-08-26 11:41:37 +00:00
|
|
|
label {
|
|
|
|
font: 14pt "FiraCode Nerd Font";
|
2024-09-02 20:07:47 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.workspaces button {
|
|
|
|
border: 0px;
|
|
|
|
background-color: #282828;
|
|
|
|
}
|
|
|
|
|
|
|
|
.workspaces button.urgent {
|
|
|
|
background-color: #cc241d;
|
|
|
|
}
|
|
|
|
|
|
|
|
.workspaces button.focused {
|
|
|
|
background-color: #504935;
|
2024-08-26 11:41:37 +00:00
|
|
|
}
|