Merge pull request #3312 from Wevah/linked-code-css-fix

Make sure elements inside <a> use the link color
This commit is contained in:
Maurice Parker 2021-10-07 15:51:53 -05:00 committed by GitHub
commit 986b59080f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -401,7 +401,7 @@ a.footnote:hover,
}
}
body a, body a:visited {
body a, body a:visited, body a * {
color: var(--secondary-accent-color);
}
@ -470,7 +470,7 @@ a.footnote:hover,
}
}
body a, body a:visited {
body a, body a:visited, body a * {
color: var(--accent-color);
}