dotfiles/.config/nwg-wrapper/bindings.css
2022-05-21 00:33:50 +02:00

14 lines
282 B
CSS

window {
background-color: rgba (0, 0, 0, 0.0);
}
#box-outer {
/* Define attributes of the box surrounding icons here */
background-color: rgba (255, 255, 255, 0.0)
}
#box-inner {
background-color: rgba (23, 53, 63, 0.5);
padding: 0 20px 0 20px
}