浏览代码

Fix missing ;

Martijn Laan 1 年之前
父节点
当前提交
59c16a6a99
共有 1 个文件被更改,包括 2 次插入2 次删除
  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 {