solarityliveboot/airootfs/etc/skel/.config/nwg-panel/menu-start.css

23 lines
303 B
CSS
Raw Normal View History

2022-01-27 00:50:47 -05:00
window {
2024-10-01 20:02:08 -04:00
background-color: rgba (43, 48, 59, 0.97);
2022-01-27 00:50:47 -05:00
color: #eeeeee
}
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)
2024-10-01 20:02:08 -04:00
}