commit:     427ea90b7b0f85d3650eeaca38859ea6ca589100
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Thu Mar  5 17:03:44 2026 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Thu Mar  5 17:03:44 2026 +0000
URL:        https://gitweb.gentoo.org/proj/forums.git/commit/?id=427ea90b

theme: adjust various link colours

Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>

 theme/colours.css | 14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)

diff --git a/theme/colours.css b/theme/colours.css
index 089140b74..54a16198e 100644
--- a/theme/colours.css
+++ b/theme/colours.css
@@ -48,7 +48,7 @@ a:hover {
 }
 
 .mark-read {
-       color: #46357c;
+       color: #ae6fec;
 }
 
 .mark-read:hover {
@@ -61,7 +61,7 @@ a:hover {
 }
 
 .forumbg .header a:hover, .forabg .header a:hover, th a:hover {
-       color: #004768;
+       color: #ff6633;
 }
 
 /* Notification mark read link */
@@ -71,18 +71,16 @@ a:hover {
 
 /* Post body links */
 .postlink {
-       border-bottom-color: #105289;
-       color: #105289;
+       color: #ae6fec;
 }
 
 .postlink:visited {
-       border-bottom-color: #005075;
-       color: #005075;
+       color: #a0a0d0;
 }
 
 .postlink:hover {
-       background-color: #ced7Db;
-       color: #004768;
+       background-color: #ff6633;
+       color: #ff6633;
 }
 
 .signature a, .signature a:hover {

Reply via email to