4
1
Fork 0

Linkfarbe

This commit is contained in:
Marc Kemper 2017-05-07 16:28:25 +00:00
parent 064d616e72
commit 01bdbed03b

View file

@ -50,10 +50,10 @@ a:link{
text-decoration: none;
}
a:visited{
color: gray;
color: white;
}
a:hover{
color:red;
color:gray;
}