Add src/stylesheet.css

This commit is contained in:
snoutie 2025-04-10 15:55:36 +00:00
parent ecbfaea0e6
commit 0c0d7db264

9
src/stylesheet.css Normal file
View File

@ -0,0 +1,9 @@
#panel.transparent-panel {
background-color: rgba(0, 0, 0, 0.0);
box-shadow: none;
}
#panel.transparent-panel.unlock-screen,
#panel.transparent-panel.login-screen,
#panel.transparent-panel:overview {
background-color: transparent;
}