diff --git a/seraph/tmpl/forum.css.tmpl b/seraph/tmpl/forum.css.tmpl index 895d9e2..1e7e477 100755 --- a/seraph/tmpl/forum.css.tmpl +++ b/seraph/tmpl/forum.css.tmpl @@ -104,6 +104,10 @@ blockquote blockquote blockquote { background-color: #695E93; } +.StClr { + color: #2CF758; +} + a.thLnk:link, a.thLnk:active, a.thLnk:visited { 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 { - color: #341948; + color: #695E93; } th { @@ -209,7 +213,7 @@ input { .CatDesc a { color: #341948; } .adminColor { color: #F7F32C; } -.modsColor { color: #2cf758; } +.modsColor { color: #2CF758; } #UserControlPanel li a { color: #B89F81; }