Browse Source

Fix missing ;

Martijn Laan 1 year ago
parent
commit
59c16a6a99
1 changed files with 2 additions and 2 deletions
  1. 2 2
      ISHelp/Staging-dark/styles.css

+ 2 - 2
ISHelp/Staging-dark/styles.css

@@ -46,12 +46,12 @@ IMG {
 	padding-left: 2px;
 }
 A:link, A:visited {
-	color: hsl(206, 100%, 50%)
+	color: hsl(206, 100%, 50%);
 	background-color: transparent;
 	text-decoration: none;
 }
 A[href]:hover {
-	color: hsl(206, 100%, 43%)
+	color: hsl(206, 100%, 43%);
 	text-decoration: underline;
 }
 A.highlighted {