mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-24 17:53:51 -08:00
fixup! style: add opacity to notifications
This commit is contained in:
parent
e2518fdd9c
commit
8edcef708b
1 changed files with 2 additions and 2 deletions
|
@ -75,7 +75,7 @@
|
||||||
background: transparent;
|
background: transparent;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
opacity: 0.5;
|
opacity: 0.75;
|
||||||
}
|
}
|
||||||
.notification-content {
|
.notification-content {
|
||||||
background: #${config.lib.stylix.colors.base00};
|
background: #${config.lib.stylix.colors.base00};
|
||||||
|
@ -186,7 +186,7 @@
|
||||||
background: #${config.lib.stylix.colors.base00};
|
background: #${config.lib.stylix.colors.base00};
|
||||||
border: 2px solid #${config.lib.stylix.colors.base0C};
|
border: 2px solid #${config.lib.stylix.colors.base0C};
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
opacity: 0.75;
|
opacity: 0.85;
|
||||||
}
|
}
|
||||||
.control-center-list {
|
.control-center-list {
|
||||||
background: transparent
|
background: transparent
|
||||||
|
|
Loading…
Reference in a new issue