Quellcode durchsuchen

Increase text contrast

Kristan Kenney vor 6 Jahren
Ursprung
Commit
92b4b05145
1 geänderte Dateien mit 3 neuen und 3 gelöschten Zeilen
  1. 3 3
      web/css/styles.min.css

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

@@ -690,7 +690,7 @@ body {
   overflow-x: hidden;
   font-size: 0.9rem;
   height: 100%;
-  color: #929292;
+  color: #7c7c7c;
 }
 
 .body-login, .body-reset {
@@ -702,7 +702,7 @@ body {
 
 a {
   text-decoration: none;
-  color: #929292;
+  color: #7c7c7c;
 }
 
 .disabled {
@@ -1726,7 +1726,7 @@ div.l-content > div.l-separator:nth-of-type(4) {
 }
 
 .l-unit-ft {
-  color: #929292;
+  color: #7c7c7c;
   padding: 0 0 0 15px;
 }