Explorar o código

Sync new colors to dark styles.css as well.

Martijn Laan hai 1 ano
pai
achega
9ec3ccf284
Modificáronse 1 ficheiros con 5 adicións e 11 borrados
  1. 5 11
      ISHelp/Staging-dark/styles.css

+ 5 - 11
ISHelp/Staging-dark/styles.css

@@ -45,21 +45,15 @@ IMG {
 	border-style: none;
 	padding-left: 2px;
 }
-A {
+A:link, A:visited {
+	color: hsl(206, 100%, 50%)
+	background-color: transparent;
 	text-decoration: none;
 }
-A:hover {
+A[href]:hover {
+	color: hsl(206, 100%, 43%)
 	text-decoration: underline;
 }
-A:link {
-	color: #6781b7;
-}
-A:visited {
-	color: #8ea9e3;
-}
-A:active {
-	color: #9fb7e7;
-}
 A.highlighted {
 	background-color: #ffff00;
 	color: black;