diff options
| author | 2023-03-15 12:18:47 +0100 | |
|---|---|---|
| committer | 2023-03-15 12:18:47 +0100 | |
| commit | afccff44560f2da74f42d458259a9e473a281c33 (patch) | |
| tree | 7a1f0607f8848c0958d00310eb9f4c40abb491ae | |
| parent | edee27ff0f3067e675bd535b7c55d1a86114b0b1 (diff) | |
Alternative dark: improve border color of notification (#5206)
| -rw-r--r-- | p/themes/Alternative-Dark/adark.css | 2 | ||||
| -rw-r--r-- | 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; |
