Files
Laptop-Rice/waybar/style.css

21 lines
269 B
CSS

* {
margin-left: 5px;
margin-right: 5px;
font-family: sans-serif;
font-size: 14px;
}
window#waybar{
border-radius: 20px 20px 20px 20px;
background: grey;
color: white;
}
#workspaces button{
color: white;
}
#workspaces button:hover{
color: black;
}