Fix sub sup offset bug
This commit is contained in:
parent
8c1a8591f2
commit
e8b16a8d71
1 changed files with 9 additions and 0 deletions
|
@ -102,6 +102,15 @@ mark {
|
|||
background-color: #fdffb6;
|
||||
}
|
||||
|
||||
sup, sub {
|
||||
vertical-align: baseline;
|
||||
position: relative;
|
||||
top: -0.4em;
|
||||
}
|
||||
sub {
|
||||
top: 0.4em;
|
||||
}
|
||||
|
||||
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