16 lines
No EOL
233 B
CSS
16 lines
No EOL
233 B
CSS
label {
|
|
font: 14pt "FiraCode Nerd Font";
|
|
}
|
|
|
|
.workspaces button {
|
|
border: 0px;
|
|
background-color: #282828;
|
|
}
|
|
|
|
.workspaces button.urgent {
|
|
background-color: #cc241d;
|
|
}
|
|
|
|
.workspaces button.focused {
|
|
background-color: #504935;
|
|
} |