From ee181bd25a5561834e2fea3161f98f4ae890d66b Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Sat, 13 Apr 2024 21:45:07 -0600 Subject: accessibility fixes --- sass/c-hyde.scss | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'sass') diff --git a/sass/c-hyde.scss b/sass/c-hyde.scss index e955d1e..4a929b3 100644 --- a/sass/c-hyde.scss +++ b/sass/c-hyde.scss @@ -189,7 +189,7 @@ body { /* No `:visited` state is required by default (browsers will use `a`) */ a { color: #268bd2; - text-decoration: none; + text-decoration: underline; } /* `:focus` is linked to `:hover` for basic accessibility */ a:hover, @@ -619,6 +619,10 @@ html { font-size: 3.25rem; } +.sidebar-about a { + text-decoration: none; +} + .sidebar-nav { padding-left: 0; list-style: none; @@ -796,13 +800,13 @@ a.sidebar-nav-item:focus { color: #75b5aa; } -/* Blue */ +/* Blue Original Colour Code: 6a9fb5*/ .theme-base-0d .sidebar { - background-color: #6a9fb5; + background-color: #1a5b74; } .theme-base-0d .content a, .theme-base-0d .related-posts li a:hover { - color: #6a9fb5; + color: #1a5b74; } /* Magenta */ @@ -845,4 +849,4 @@ body { .lead { font-family: "PT Sans",Helvetica,Arial,sans-serif; -} \ No newline at end of file +} -- cgit v1.2.3