17 lines
453 B
CSS
17 lines
453 B
CSS
@import "tokens/colors.css";
|
|
@import "tokens/workspace.css";
|
|
@import "tokens/widget.css";
|
|
@import "tokens/slider.css";
|
|
|
|
* {
|
|
margin: 0;
|
|
padding: 1px;
|
|
min-height: 0px;
|
|
border: none;
|
|
border-radius: 0;
|
|
font-family: "Fira Sans Semibold", "Font Awesome 7 Free", "Font Awesome 7 Brands", "Font Awesome 6 Free", "Font Awesome 6 Brands", FontAwesome, Roboto, Helvetica, Arial, sans-serif;
|
|
}
|
|
|
|
window#waybar {
|
|
background: transparent;
|
|
} |