Fixed typo that caused username colors to not show up as blue.

This commit is contained in:
Accensus 2017-06-18 03:21:55 +03:00
parent 9fe2fc1b03
commit ebca15f2ba

View file

@ -70,7 +70,7 @@ a.topictitle {
/* a.topictitle:visited { color: #d2d2d2; } */
a.topictitle:hover {
color: #bcbcbc;
color: #eeeeee;
text-decoration: underline;
}
@ -107,7 +107,7 @@ a.topictitle:active {
/* Profile links */
.postprofile a:link, .postprofile a:visited, .postprofile dt.author a {
font-weight: bold;
color: ##5aa2d2;
color: #5aa2d2;
text-decoration: none;
}