Ensure links don't revert to underlined and unbold after visitation in dark theme.
This commit is contained in:
@ -300,10 +300,16 @@ a:link, h2 a:link{
|
|||||||
|
|
||||||
a:visited{
|
a:visited{
|
||||||
color: #7bb;
|
color: #7bb;
|
||||||
|
text-decoration: none;
|
||||||
|
font-weight: bold;
|
||||||
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:hover{
|
a:hover{
|
||||||
color: #f60;
|
color: #f60;
|
||||||
|
text-decoration: underline;
|
||||||
|
font-weight: bold;
|
||||||
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
.links {
|
.links {
|
||||||
|
Reference in New Issue
Block a user