mirror of
https://github.com/ZDoom/zdoom-styles.git
synced 2024-11-22 03:31:15 +00:00
Fixed typo that caused username colors to not show up as blue.
This commit is contained in:
parent
9fe2fc1b03
commit
ebca15f2ba
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue