From 18882d0b7ec7ea9f083d5eb76b0c5f9a7ae3d055 Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Wed, 12 Mar 2025 21:42:39 +0200 Subject: [PATCH] style(next)/toasts: change the dark mode colors --- src/public/stylesheets/theme-next-dark.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/public/stylesheets/theme-next-dark.css b/src/public/stylesheets/theme-next-dark.css index f03727dfe..22ca6dbc8 100644 --- a/src/public/stylesheets/theme-next-dark.css +++ b/src/public/stylesheets/theme-next-dark.css @@ -103,8 +103,8 @@ --modal-footer-background: #ffffff08; --modal-footer-color: #ffffff7a; - --toast-background: #00000099; - --toast-text-color: white; + --toast-background: #4d4d4dc2; + --toast-text-color: #e1e1e1; --toast-close-button-background: #ffffff33; --quick-search-background: #ffffff12;