Limit global styles
This commit is contained in:
parent
48adf75e43
commit
9da6f3b22e
2 changed files with 5 additions and 1 deletions
|
@ -116,6 +116,10 @@ sub {
|
|||
bottom: -0.25em;
|
||||
}
|
||||
|
||||
li:not([class]) + li:not([class]) {
|
||||
margin-top: 1em;
|
||||
}
|
||||
|
||||
a:not([class]) {
|
||||
color: color(var(--color-primary) l(-5%));
|
||||
text-decoration-skip-ink: auto;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue