VoidShell/style.css
2024-10-31 15:39:18 -06:00

17 lines
260 B
CSS

window.Bar {
background: transparent;
color: @theme_fg_color;
font-weight: bold;
}
window.Bar>centerbox {
background: @theme_bg_color;
border-radius: 10px;
margin: 8px;
}
window.Bar button {
border-radius: 8px;
margin: 2px;
}