Просмотр исходного кода

Adjust notification panel link colors

Kristan Kenney 6 лет назад
Родитель
Сommit
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 {
-  color: #5ABDB5;/* #eee;*/
+  font-weight: 600;
+  color: #1a4492;/* #eee;*/
 }
 .notification-container a:hover {
-  color: #2CA99B;
+  color: #4a87fb;
 }
 .notification-container a:active {
-  color: #00C0C0;
+  color: #1a4492;
 }
 
 .notification-container .icon {