From 4254f328f9e85fcb838815bbee1ccedbcb41daf4 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Wed, 21 Apr 2021 15:13:10 +0200 Subject: dark mode notifications + /api/social/list endpoints working --- styles/notifications.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'styles') 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; -- cgit v1.2.3