From 6edd3ce93b3e800194ccf5a2b956b64e8efb5d76 Mon Sep 17 00:00:00 2001 From: Blista Kanjo Date: Tue, 14 Feb 2023 23:17:12 -0500 Subject: refactor: better `blue` for the light mode site --- css/style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'css') diff --git a/css/style.css b/css/style.css index c923c04..ce9846d 100644 --- a/css/style.css +++ b/css/style.css @@ -173,9 +173,9 @@ ul.no-bullets { button { background-color: #D4D4D4; - border: blue 1px solid; + border: #0072c6 1px solid; padding: 5px 10px; - color: blue; + color: #0072c6; text-decoration: none; border-radius: 3px; margin: 10px 0px; @@ -188,10 +188,10 @@ ul.no-bullets { color: black ; } a { - color: blue ; + color: #0072c6 ; } a:visited { - color: blue ; + color: #0072c6 ; } h2 { color: inherit ; -- cgit v1.2.3