mirror of
https://github.com/zaaarf/friendenstein.git
synced 2024-11-12 18:49:22 +01:00
fix: fixed combined <a> and <code> tags
This commit is contained in:
parent
fd148ee1f7
commit
ed1304f308
1 changed files with 4 additions and 0 deletions
|
@ -18,3 +18,7 @@ div code {
|
|||
p code, li code {
|
||||
background-color: var(--codeLineColor);
|
||||
}
|
||||
|
||||
a:hover code {
|
||||
background-color: var(--linkColor);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue