remove background from internal links
This commit is contained in:
parent
cd36073c54
commit
61c5a1d769
1 changed files with 4 additions and 0 deletions
|
@ -33,6 +33,10 @@ ul.section-ul {
|
|||
font-size: small;
|
||||
}
|
||||
|
||||
a.internal {
|
||||
background-color: unset;
|
||||
}
|
||||
|
||||
.callout {
|
||||
&[data-callout="statblock"] {
|
||||
--color: #db4242;
|
||||
|
|
Loading…
Reference in a new issue