瀏覽代碼

color link :visited

ouidade 1 年之前
父節點
當前提交
69afe1f2d9
共有 2 個文件被更改,包括 6 次插入0 次删除
  1. 3 0
      web/themes/custom/reha/css/reha.css
  2. 3 0
      web/themes/custom/reha/scss/global/_reset.scss

+ 3 - 0
web/themes/custom/reha/css/reha.css

@@ -140,6 +140,9 @@ a {
 :link {
   color: black; }
 
+:visited {
+  color: black; }
+
 /*partials*/
 header {
   display: block;

+ 3 - 0
web/themes/custom/reha/scss/global/_reset.scss

@@ -8,3 +8,6 @@ a{
     color: black;
 }
 
+:visited{
+    color: black;
+}