fixed color of visited links
Dieser Commit ist enthalten in:
Ursprung
7d215a6802
Commit
a38f7d9f57
|
|
@ -42,6 +42,11 @@ color:darkblue;
|
||||||
text-decoration:none;
|
text-decoration:none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a:visited {
|
||||||
|
color:darkblue;
|
||||||
|
text-decoration:none;
|
||||||
|
}
|
||||||
|
|
||||||
a:hover {
|
a:hover {
|
||||||
color:red;
|
color:red;
|
||||||
text-decoration:none;
|
text-decoration:none;
|
||||||
|
|
|
||||||
Laden…
In neuem Issue referenzieren