Fix sub sup offset bug

This commit is contained in:
David Darnes 2019-11-07 17:21:51 +07:00
parent 8c1a8591f2
commit e8b16a8d71
1 changed files with 9 additions and 0 deletions

View File

@ -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;