Changed the color of the sticky text to be the same as the moderator name text as well as changing the hover link text to Lavendar rather than Indigo as the main place it seemed to be used was in the top bar of thread messages which is Indigo so this made it visible

main
Arcana 3 years ago
parent 92ea93c4b8
commit 286e309e78
  1. 8
      seraph/tmpl/forum.css.tmpl

@ -104,6 +104,10 @@ blockquote blockquote blockquote {
background-color: #695E93; background-color: #695E93;
} }
.StClr {
color: #2CF758;
}
a.thLnk:link, a.thLnk:active, a.thLnk:visited { a.thLnk:link, a.thLnk:active, a.thLnk:visited {
color: #341948; color: #341948;
} }
@ -121,7 +125,7 @@ a.small:link, a.small:active, a.small:visited {
} }
a:hover, a.big:hover, a.thLnk:hover, td.msgud a:hover, td.msgot a:hover { a:hover, a.big:hover, a.thLnk:hover, td.msgud a:hover, td.msgot a:hover {
color: #341948; color: #695E93;
} }
th { th {
@ -209,7 +213,7 @@ input {
.CatDesc a { color: #341948; } .CatDesc a { color: #341948; }
.adminColor { color: #F7F32C; } .adminColor { color: #F7F32C; }
.modsColor { color: #2cf758; } .modsColor { color: #2CF758; }
#UserControlPanel li a { color: #B89F81; } #UserControlPanel li a { color: #B89F81; }

Loading…
Cancel
Save