Bläddra i källkod

Refine link styles. (#5278)

Kjell Reigstad 3 år sedan
förälder
incheckning
ef2172d82c
1 ändrade filer med 2 tillägg och 1 borttagningar
  1. 2 1
      livre/style.css

+ 2 - 1
livre/style.css

@@ -37,11 +37,12 @@ body {
 a {
 	text-decoration-thickness: 1px;
 	text-underline-offset: 0.25ch;
+	text-decoration-style: dotted;
 }
 
 a:hover,
 a:focus {
-	text-decoration-style: dashed;
+	text-decoration-style: solid;
 }
 
 a:active {