From 286e309e78a61cc6e0550e0b3304a34d2c37d0bf Mon Sep 17 00:00:00 2001 From: Arcana Date: Thu, 27 Jul 2023 00:38:07 +0100 Subject: [PATCH] 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 --- seraph/tmpl/forum.css.tmpl | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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; }