From bf2559d377c0837ee17323e74848ea70807f1598 Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Fri, 11 Nov 2022 14:38:23 -0800 Subject: fixed some colors in css --- build/website/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build/website') diff --git a/build/website/css/style.css b/build/website/css/style.css index c45c51d..bbae111 100644 --- a/build/website/css/style.css +++ b/build/website/css/style.css @@ -130,7 +130,7 @@ pre { } p > a { - color: #a9b1d6; + color: #7aa2f7; text-decoration: none; font-size: 0.7em; padding: 3px 6px; @@ -139,7 +139,7 @@ p > a { } p > a:hover { - color: #a9b1d6; + color: #7aa2f7; background-color: #565f89; } -- cgit