aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2023-03-15 12:18:47 +0100
committerGravatar GitHub <noreply@github.com> 2023-03-15 12:18:47 +0100
commitafccff44560f2da74f42d458259a9e473a281c33 (patch)
tree7a1f0607f8848c0958d00310eb9f4c40abb491ae
parentedee27ff0f3067e675bd535b7c55d1a86114b0b1 (diff)
Alternative dark: improve border color of notification (#5206)
-rw-r--r--p/themes/Alternative-Dark/adark.css2
-rw-r--r--p/themes/Alternative-Dark/adark.rtl.css2
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;