mirror of
https://forge.katzen.cafe/schrottkatze/nix-configs.git
synced 2024-11-06 15:46:24 +01:00
38 lines
639 B
CSS
38 lines
639 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;
|
|
}
|
|
|
|
.traveldings progressbar trough {
|
|
border: none;
|
|
background-color: #3c3836;
|
|
border-bottom-right-radius: 0;
|
|
border-bottom-left-radius: 0;
|
|
}
|
|
|
|
.traveldings progressbar.traveldings_live progress {
|
|
background-color: #79740e;
|
|
border-bottom-left-radius: 0;
|
|
}
|
|
|
|
.traveldings progressbar.traveldings_disconnected progress {
|
|
background-color: #cc241d;
|
|
}
|
|
|
|
|
|
.traveldingsWindow {
|
|
border-radius: 15px;
|
|
}
|