From 71fd80f069f786eb41687a4d3ce7cb7691b90d52 Mon Sep 17 00:00:00 2001 From: Darren 'Tadgy' Austin Date: Wed, 31 Aug 2022 18:53:07 +0100 Subject: [PATCH] Tweak link and text colours for the themes. --- html/dark.css | 4 +--- html/light.css | 6 ++---- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/html/dark.css b/html/dark.css index 1b5222d..3c2db57 100644 --- a/html/dark.css +++ b/html/dark.css @@ -16,7 +16,7 @@ a:hover { body { background-image: url("/html/circuit-dark.png"); background-color: #000000; - color: #888888; + color: #aeaeae; margin-left: 15px; margin-right: 15px; } @@ -36,7 +36,6 @@ hr { } pre { -/* background: #1a1a1a;*/ background: #060606; border: 2px solid #aaaaaa; padding-left: 20; @@ -92,7 +91,6 @@ pre { color: #888888; font-size: 11px; box-sizing: border-box; -/* border-bottom: 1px solid #000000;*/ padding-left: 10; padding-top: 2; padding-right: 10; diff --git a/html/light.css b/html/light.css index 526a41f..2753152 100644 --- a/html/light.css +++ b/html/light.css @@ -1,10 +1,10 @@ a:link { - color: #2d3690; + color: #2c199c; text-decoration: none; } a:visited { - color: #7715aa; + color: #943cc3; text-decoration: none; } @@ -90,7 +90,6 @@ pre { color: #000000; font-size: 11px; box-sizing: border-box; -/* border-bottom: 1px solid #000000;*/ padding-left: 10; padding-top: 2; padding-right: 10; @@ -121,4 +120,3 @@ pre { padding-bottom: 10; box-shadow: 10px 10px 10px -5px rgba(0,0,0,0.5); } -