mirror of
https://forge.katzen.cafe/schrottkatze/nix-configs.git
synced 2024-11-06 07:36:23 +01:00
20 lines
268 B
CSS
20 lines
268 B
CSS
.topBar {
|
|
margin-bottom: 2px;
|
|
}
|
|
|
|
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;
|
|
} |