style: add opacity to notifications

This commit is contained in:
Youwen Wu 2024-11-06 22:21:04 -08:00
parent efbcaad706
commit e2518fdd9c
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

@ -75,6 +75,7 @@
background: transparent; background: transparent;
padding: 0; padding: 0;
margin: 0px; margin: 0px;
opacity: 0.5;
} }
.notification-content { .notification-content {
background: #${config.lib.stylix.colors.base00}; background: #${config.lib.stylix.colors.base00};