This repository has been archived on 2024-09-01. You can view files and clone it, but cannot push or open issues or pull requests.
al-skel/sway-home/.config/nwg-panel/menu-start.css
2022-01-09 21:51:01 +01:00

23 lines
326 B
CSS

window {
background-color: rgba (23, 53, 63, 0.95);
color: #eeeeee;
border-radius: 0px
}
list {
background: none;
border-radius: 15px
}
entry {
background-color: rgba (0, 0, 0, 0.2)
}
button {
background: none;
border: none
}
button:hover {
background-color: rgba (255, 255, 255, 0.1)
}