From 43910d33b7035a63982885609d1e911df61609e0 Mon Sep 17 00:00:00 2001 From: wbudic Date: Sat, 30 Oct 2021 05:26:54 +1100 Subject: [PATCH] link colour --- htdocs/cgi-bin/wsrc/main.css | 2 +- htdocs/cgi-bin/wsrc/main_sun.css | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/htdocs/cgi-bin/wsrc/main.css b/htdocs/cgi-bin/wsrc/main.css index c9f8901..ea7243f 100644 --- a/htdocs/cgi-bin/wsrc/main.css +++ b/htdocs/cgi-bin/wsrc/main.css @@ -310,7 +310,7 @@ img { color:midnightblue; } a:link { - color:#dafeff; + color: #4c7b7c } a:visited { color: #472f80; diff --git a/htdocs/cgi-bin/wsrc/main_sun.css b/htdocs/cgi-bin/wsrc/main_sun.css index bbe973d..a09e7d9 100644 --- a/htdocs/cgi-bin/wsrc/main_sun.css +++ b/htdocs/cgi-bin/wsrc/main_sun.css @@ -381,9 +381,9 @@ html .ui-button.ui-state-disabled:active { .midnight{ color:midnightblue; } -a:link { - color:#5b06fa; - } +a:link { + color: #f4f80f +} a:visited { color: #0c0c0c; } -- 2.34.1