fixup! style: add opacity to notifications

This commit is contained in:
Youwen Wu 2024-11-06 22:28:43 -08:00
parent e2518fdd9c
commit 8edcef708b
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

@ -75,7 +75,7 @@
background: transparent;
padding: 0;
margin: 0px;
opacity: 0.5;
opacity: 0.75;
}
.notification-content {
background: #${config.lib.stylix.colors.base00};
@ -186,7 +186,7 @@
background: #${config.lib.stylix.colors.base00};
border: 2px solid #${config.lib.stylix.colors.base0C};
border-radius: 5px;
opacity: 0.75;
opacity: 0.85;
}
.control-center-list {
background: transparent