Browse Source

color link :visited

ouidade 1 year ago
parent
commit
69afe1f2d9

+ 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;
+}