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-wrapper/help-sway.css
2022-01-09 21:51:01 +01:00

18 lines
370 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 (0, 0, 0, 0.4);
/*border-radius: 0px;
border-style: solid;
border-width: 1px;
border-color: rgba (204, 204, 204, 0.5);*/
padding: 20px
}