27 lines
410 B
CSS
Executable File
27 lines
410 B
CSS
Executable File
@import "mocha.css";
|
|
|
|
* {
|
|
min-height: 0;
|
|
font-family: "JetBrainsMono Nerd Font", Roboto,
|
|
Helvetica, Arial, sans-serif;
|
|
font-size: 12pt;
|
|
/* base-color: #04142d; */
|
|
}
|
|
|
|
window#waybar {
|
|
color: @text;
|
|
base: 00;
|
|
transition-property: base-color;
|
|
transition-duration: 0.5s;
|
|
}
|
|
|
|
window#waybar.empty {
|
|
}
|
|
|
|
#clock {
|
|
margin-left: 100px;
|
|
font-weight: 300;
|
|
font-size: 48pt;
|
|
color: @blue;
|
|
}
|