فهرست منبع

Adjust notification panel link colors

Kristan Kenney 6 سال پیش
والد
کامیت
a89d039a2e
1فایلهای تغییر یافته به همراه4 افزوده شده و 3 حذف شده
  1. 4 3
      web/css/styles.min.css

+ 4 - 3
web/css/styles.min.css

@@ -1027,13 +1027,14 @@ a {
 }
 }
 
 
 .notification-container a {
 .notification-container a {
-  color: #5ABDB5;/* #eee;*/
+  font-weight: 600;
+  color: #1a4492;/* #eee;*/
 }
 }
 .notification-container a:hover {
 .notification-container a:hover {
-  color: #2CA99B;
+  color: #4a87fb;
 }
 }
 .notification-container a:active {
 .notification-container a:active {
-  color: #00C0C0;
+  color: #1a4492;
 }
 }
 
 
 .notification-container .icon {
 .notification-container .icon {