From afccff44560f2da74f42d458259a9e473a281c33 Mon Sep 17 00:00:00 2001 From: maTh Date: Wed, 15 Mar 2023 12:18:47 +0100 Subject: Alternative dark: improve border color of notification (#5206) --- p/themes/Alternative-Dark/adark.css | 2 +- p/themes/Alternative-Dark/adark.rtl.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/p/themes/Alternative-Dark/adark.css b/p/themes/Alternative-Dark/adark.css index 0f600fa2e..6b5d2a0d9 100644 --- a/p/themes/Alternative-Dark/adark.css +++ b/p/themes/Alternative-Dark/adark.css @@ -38,7 +38,7 @@ --alert-error-border-color: #912621; --notification-border-color: #eeb; - --notification-good-border-color: #0044cb; + --notification-good-border-color: #0062b7; --notification-bad-background-color: #fdd; --notification-bad-font-color: #912621; --notification-bad-border-color: #ecc; diff --git a/p/themes/Alternative-Dark/adark.rtl.css b/p/themes/Alternative-Dark/adark.rtl.css index a42fa2a71..0f24a580b 100644 --- a/p/themes/Alternative-Dark/adark.rtl.css +++ b/p/themes/Alternative-Dark/adark.rtl.css @@ -38,7 +38,7 @@ --alert-error-border-color: #912621; --notification-border-color: #eeb; - --notification-good-border-color: #0044cb; + --notification-good-border-color: #0062b7; --notification-bad-background-color: #fdd; --notification-bad-font-color: #912621; --notification-bad-border-color: #ecc; -- cgit v1.2.3