1
0
Fork 0

remove background from internal links

This commit is contained in:
Lucas 2024-01-26 17:37:38 +01:00
parent cd36073c54
commit 61c5a1d769

View file

@ -33,6 +33,10 @@ ul.section-ul {
font-size: small;
}
a.internal {
background-color: unset;
}
.callout {
&[data-callout="statblock"] {
--color: #db4242;