fix(style): use correct styling for link <code> elements

This commit is contained in:
Oliver Booth 2024-05-01 12:55:34 +01:00
parent b1f31f7850
commit 217aaf2f79
Signed by: oliverbooth
GPG Key ID: E60B570D1B7557B5
1 changed files with 12 additions and 0 deletions

View File

@ -247,6 +247,18 @@ code:not([class*="language-"]) {
padding: 3px;
}
a:link, a:visited, a:hover, a:active {
code:not([class*="language-"]) {
color: #03a9f4 !important;
}
}
a:hover {
code:not([class*="language-"]) {
color: #fff !important;
}
}
pre {
background: #1e1e1e !important;
border-radius: 5px;