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 74ea4ddb27
commit 48d75b3027
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 {