From 240ded964db548f0b523a7c1d165ab1aee64d0f8 Mon Sep 17 00:00:00 2001 From: Frederick Yin Date: Tue, 10 May 2022 17:27:32 +0800 Subject: Fix light theme CSS colors --- alabaster-lite/css/alabaster.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/alabaster-lite/css/alabaster.css b/alabaster-lite/css/alabaster.css index 0d09a4d..89eae81 100644 --- a/alabaster-lite/css/alabaster.css +++ b/alabaster-lite/css/alabaster.css @@ -171,7 +171,7 @@ a { } a:hover { - color: #6D4100; + color: #206B8B; text-decoration: underline; } @@ -384,7 +384,7 @@ dl dl pre { } tt, code { - background-color: #ecf0f3; + background-color: #EEE; color: #222; /* padding: 1px 2px; */ } -- cgit v1.2.3