diff --git a/src/stylesheet.css b/src/stylesheet.css new file mode 100644 index 0000000..6284837 --- /dev/null +++ b/src/stylesheet.css @@ -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; +} \ No newline at end of file