themes/hyde: Make heading anchors use title color

Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
This commit is contained in:
Harsh Shandilya 2020-01-17 21:01:45 +05:30
parent 1d0bbd9907
commit 931be3095e
No known key found for this signature in database
GPG Key ID: C2E74282C2133D62
1 changed files with 5 additions and 0 deletions

View File

@ -71,6 +71,11 @@ a {
color: #227bb9;
text-decoration: none;
}
.hanchor {
color: inherit;
}
/* `:focus` is linked to `:hover` for basic accessibility */
a:hover,
a:focus {