mirror of
https://github.com/ZDoom/zdoom-styles.git
synced 2024-11-10 06:31:50 +00:00
Fixed some colors for the links.
This commit is contained in:
parent
8a4f5985ec
commit
8081053d11
1 changed files with 4 additions and 4 deletions
|
@ -44,19 +44,19 @@ a.forumtitle {
|
|||
font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;
|
||||
font-size: 1.2em;
|
||||
font-weight: bold;
|
||||
color: #898989;
|
||||
color: #cccccc;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
/* a.forumtitle:visited { color: #898989; } */
|
||||
|
||||
a.forumtitle:hover {
|
||||
color: #bcbcbc;
|
||||
color: #eeeeee;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
a.forumtitle:active {
|
||||
color: #898989;
|
||||
color: #aaaaaa;
|
||||
}
|
||||
|
||||
a.topictitle {
|
||||
|
@ -107,7 +107,7 @@ a.topictitle:active {
|
|||
/* Profile links */
|
||||
.postprofile a:link, .postprofile a:visited, .postprofile dt.author a {
|
||||
font-weight: bold;
|
||||
color: #898989;
|
||||
color: ##5aa2d2;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue