dots/home/private_dot_config/nwg-panel/menu-start.css
2025-06-04 15:08:49 +08:00

23 lines
No EOL
321 B
CSS

window {
background-color: rgba(23, 53, 63, 0.95);
color: #eeeeee;
border-radius: 0
}
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)
}