From f5d13e3484f6b1881e3dfad34d961950c9699338 Mon Sep 17 00:00:00 2001 From: jms9354 Date: Thu, 30 Mar 2023 15:30:35 -0400 Subject: [PATCH] changes to CSS --- docs/CSSstyle.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/CSSstyle.css b/docs/CSSstyle.css index 8d67b53..41c0e4f 100644 --- a/docs/CSSstyle.css +++ b/docs/CSSstyle.css @@ -52,7 +52,7 @@ a:hover { } div.button { - background-color: gray; + background-color: #6495ED; border: double black; color: black; padding: 15px 32px; @@ -239,7 +239,7 @@ img.dahlia { text-decoration: underline; } #github-links > a:hover { - color: #C8AC80; + color: #6495ED; display: block; }