11 lines
239 B
CSS
11 lines
239 B
CSS
* {
|
|
/* `otf-font-awesome` is required to be installed for icons */
|
|
font-family: Hack Nerd Font, Roboto, Helvetica, Arial, sans-serif;
|
|
font-size: 13px;
|
|
}
|
|
|
|
window#waybar {
|
|
background-color: transparent;
|
|
color: #ffffff;
|
|
}
|