diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2024-04-13 21:45:07 -0600 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2024-04-13 21:45:07 -0600 |
commit | ee181bd25a5561834e2fea3161f98f4ae890d66b (patch) | |
tree | 8ffaf8ad9bf38346e052db57543ddb694b74a1fd /docs/assets/c-hyde.css | |
parent | ab836d0ed48a980b289a1a57d87cba8ef3502d5d (diff) |
accessibility fixes
Diffstat (limited to 'docs/assets/c-hyde.css')
-rw-r--r-- | docs/assets/c-hyde.css | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/docs/assets/c-hyde.css b/docs/assets/c-hyde.css index 6f82afd..b886876 100644 --- a/docs/assets/c-hyde.css +++ b/docs/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 */ |