From ef80a369c0c847865e55ad16533a5aed1fa2cc4b Mon Sep 17 00:00:00 2001 From: mhwikicn Date: Thu, 11 Apr 2024 20:03:41 +0800 Subject: [PATCH] update color style --- mh.css | 8 ++++++-- mh2.css | 8 ++++++-- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/mh.css b/mh.css index 4074a50..4f18bfd 100644 --- a/mh.css +++ b/mh.css @@ -1,7 +1,11 @@ body { background-image: url('img/fgback.gif'); background-color: #dda86a; background-repeat: repeat-y; font-size: 10pt; color: #442200 } -a { color: #005580; text-decoration: none } -a:hover { text-decoration: underline } + +a { text-decoration: none; color:#0000EE; } +a:visited { text-decoration: none; } +a:hover { text-decoration: underline; color:#EE0000} +a:focus { text-decoration: underline; color:#EE00EE} +a:hover, a:active { text-decoration: underline; } table { font-size: 10pt ;} .title { font-size: 12pt ; font-weight: bold} .address { margin-left: 8 ; margin-top: 5} diff --git a/mh2.css b/mh2.css index 8cffef6..2fd6461 100644 --- a/mh2.css +++ b/mh2.css @@ -1,7 +1,11 @@ .body { background-image: url('img/fgback2.gif'); background-color: #dda86a; background-repeat: repeat-y; font-size: 10pt; color: #442200 } -a { color: #005580; text-decoration: none } -a:hover { text-decoration: underline } + +a { text-decoration: none; color:#0000EE; } +a:visited { text-decoration: none; } +a:hover { text-decoration: underline; color:#EE0000} +a:focus { text-decoration: underline; color:#EE00EE} +a:hover, a:active { text-decoration: underline; } table { font-size: 10pt ;} .title { font-size: 12pt ; font-weight: bold} .address { margin-left: 8 ; margin-top: 5}