diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2024-04-13 21:45:28 -0600 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2024-04-13 21:45:28 -0600 |
commit | ba892e8e8ef56a639ca5f45bf6502ca5d4bc6225 (patch) | |
tree | 00e884abcb074399029c17a5f7d93b657d24e2c7 /Resources/assets/c-hyde.css | |
parent | 2aaf958e3ceb7de9dba7894944349438a8162f9c (diff) |
accessibility fixes
Diffstat (limited to 'Resources/assets/c-hyde.css')
-rw-r--r-- | Resources/assets/c-hyde.css | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/Resources/assets/c-hyde.css b/Resources/assets/c-hyde.css index 6f82afd..b886876 100644 --- a/Resources/assets/c-hyde.css +++ b/Resources/assets/c-hyde.css @@ -162,7 +162,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 */ @@ -597,6 +597,10 @@ html { font-size: 3.25rem; } +.sidebar-about a { + text-decoration: none; +} + .sidebar-nav { padding-left: 0; list-style: none; @@ -755,14 +759,14 @@ 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 */ |