From c09867ab2b143786ff7cc738d19d6327f5cdb00b Mon Sep 17 00:00:00 2001 From: "Laurent Destailleur (aka Eldy)" Date: Mon, 6 Jan 2025 14:13:06 +0100 Subject: [PATCH] Doc --- docs/styles.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/styles.css b/docs/styles.css index 2105a071..e745bc47 100644 --- a/docs/styles.css +++ b/docs/styles.css @@ -7,17 +7,17 @@ body { margin-right: 6; margin-left: 6; } -a:link { font: 14px verdana,arial; color: #2200C0; font-family: sans-serif; text-decoration: none; } -a:visited { font: 14px verdana,arial; color: #2200C0; font-family: sans-serif; text-decoration: none; } -a:active { font: 14px verdana,arial; color: #2200C0; font-family: sans-serif; text-decoration: none; } -a:hover { font: 14px verdana,arial; color: #2200C0; font-family: sans-serif; text-decoration: underline; } +a:link { color: #2200C0; font-family: sans-serif; text-decoration: none; } +a:visited { color: #2200C0; font-family: sans-serif; text-decoration: none; } +a:active { color: #2200C0; font-family: sans-serif; text-decoration: none; } +a:hover { color: #2200C0; font-family: sans-serif; text-decoration: underline; } .CHead { background-color: #9999CC; } .CTextAreaConf { font: 11px verdana,arial; color: #202020; font-family: sans-serif; text-decoration: none; } -td.CFAQ { font: 14px verdana,arial; color: #000000; font-family: sans-serif; text-decoration: none; } -.CProblem { font: 14px verdana,arial; color: #660000; font-family: sans-serif; text-decoration: none; } -.CSolution { font: 14px verdana,arial; color: #448866; font-family: sans-serif; text-decoration: none; } +td.CFAQ { color: #000000; font-family: sans-serif; text-decoration: none; } +.CProblem { color: #660000; font-family: sans-serif; text-decoration: none; } +.CSolution { color: #448866; font-family: sans-serif; text-decoration: none; } input { font-family: arial,verdana,helvetica, sans-serif; -- 2.47.2