18 lines
184 B
CSS
18 lines
184 B
CSS
* {
|
|
font-family: sans-serif;
|
|
font-size: 14px;
|
|
}
|
|
|
|
window#waybar{
|
|
background: grey;
|
|
color: white;
|
|
}
|
|
|
|
#workspaces button{
|
|
color: white;
|
|
}
|
|
|
|
#workspaces button{
|
|
color: block;
|
|
}
|