🎨 ux(swaync): change colors for the notification action buttons
This commit is contained in:
parent
fda78d6ab5
commit
e183254caa
1 changed files with 2 additions and 2 deletions
|
@ -300,7 +300,7 @@
|
||||||
.notification-action {
|
.notification-action {
|
||||||
border-radius: 7px;
|
border-radius: 7px;
|
||||||
color: #cad3f5;
|
color: #cad3f5;
|
||||||
background-color: #181926;
|
background-color: #494d64;
|
||||||
box-shadow: inset 0 0 0 1px #494d64;
|
box-shadow: inset 0 0 0 1px #494d64;
|
||||||
margin: 7px;
|
margin: 7px;
|
||||||
}
|
}
|
||||||
|
@ -313,7 +313,7 @@
|
||||||
> *
|
> *
|
||||||
.notification-action:hover {
|
.notification-action:hover {
|
||||||
box-shadow: inset 0 0 0 1px #494d64;
|
box-shadow: inset 0 0 0 1px #494d64;
|
||||||
background-color: #363a4f;
|
background-color: #5b6078;
|
||||||
color: #cad3f5;
|
color: #cad3f5;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue