aboutsummaryrefslogtreecommitdiff
path: root/styles/notifications.css
diff options
context:
space:
mode:
Diffstat (limited to 'styles/notifications.css')
-rw-r--r--styles/notifications.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/styles/notifications.css b/styles/notifications.css
index db1598d..02170ae 100644
--- a/styles/notifications.css
+++ b/styles/notifications.css
@@ -8,6 +8,9 @@ a.notificationsArea {
height: 450px;
}
+html.dark a.notificationsArea { background-color: var(--gray-700); }
+html.dark .notificationsArea .acceptable { background-color: var(--gray-800); }
+
a.notificationsArea .tuitje {
left: var(--spacing-medium);
bottom: 86px;