Add dark mode for PWA frontend
This commit is contained in:
@@ -73,7 +73,7 @@
|
||||
}
|
||||
|
||||
.saved-notifications-error {
|
||||
color: #b91c1c;
|
||||
color: var(--error);
|
||||
}
|
||||
|
||||
.saved-notifications-list {
|
||||
@@ -155,8 +155,8 @@
|
||||
}
|
||||
|
||||
.saved-notifications-remove:hover:not(:disabled) {
|
||||
border-color: #b91c1c;
|
||||
color: #b91c1c;
|
||||
border-color: var(--error);
|
||||
color: var(--error);
|
||||
background: rgba(185, 28, 28, 0.06);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user