From 5100139040ae3f48ba6770897fbc293405fd147c Mon Sep 17 00:00:00 2001 From: khankul <93801865+khankul@users.noreply.github.com> Date: Sun, 9 Jan 2022 04:59:29 +0700 Subject: [PATCH] improve color scheme --- style.css | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 80909ce..53cce65 100644 --- a/style.css +++ b/style.css @@ -31,7 +31,13 @@ a { color: beige; } a:hover { - color: darkorange; + background-color: beige; + color: midnightblue; +} +a:focus-visible { + background-color: beige; + color: midnightblue; + outline: none; } .card { display: table-cell; @@ -61,4 +67,4 @@ a:hover { margin: auto; margin-top: 10px; font-size: 24px; -} \ No newline at end of file +}