Browse Source

Fix missing ;

Martijn Laan 1 năm trước cách đây
mục cha
commit
59c16a6a99
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      ISHelp/Staging-dark/styles.css

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

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