소스 검색

Alternative dark: improve border color of notification (#5206)

maTh 3 년 전
부모
커밋
afccff4456
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      p/themes/Alternative-Dark/adark.css
  2. 1 1
      p/themes/Alternative-Dark/adark.rtl.css

+ 1 - 1
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;

+ 1 - 1
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;