mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-24 17:53:51 -08:00
style: add opacity to notifications
This commit is contained in:
parent
efbcaad706
commit
e2518fdd9c
1 changed files with 1 additions and 0 deletions
|
@ -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};
|
||||||
|
|
Loading…
Reference in a new issue