This commit is contained in:
Hannes Mehnert 2017-01-30 15:18:59 +00:00
parent 75b5d130f0
commit 7fb553902f

View file

@ -5,12 +5,17 @@ html {
}
html a {
text-decoration: none;
color: #777777;
text-decoration-line: underline;
text-decoration-style: wavy;
text-decoration-color: #1a1a1a;
color: black;
}
html a:visited {
color: #222222;
text-decoration-line: underline;
text-decoration-style: wavy;
text-decoration-color: #1a1a1a;
color: black;
}
.navbar {