This commit is contained in:
Hannes Mehnert 2019-11-08 20:39:02 +01:00
parent 7c0cd85e03
commit 91a301ca29

View file

@ -6,14 +6,14 @@ html {
html a {
text-decoration-line: underline;
text-decoration-style: wavy;
text-decoration-style: dotted;
text-decoration-color: #1a1a1a;
color: black;
}
html a:visited {
text-decoration-line: underline;
text-decoration-style: wavy;
text-decoration-style: dotted;
text-decoration-color: #1a1a1a;
color: black;
}