Skip to content

Commit 94e4fc4

Browse files
committed
Fix support for subscripts and superscripts.
1 parent 0b66426 commit 94e4fc4

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/gum-sc/static/style.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,3 +241,14 @@ div.error, div.hint, div.important, div.tip, div.admonition {
241241
.admonition-title {
242242
font-weight: bold;
243243
}
244+
245+
sup {
246+
vertical-align: super;
247+
font-size: 60%;
248+
}
249+
250+
sub {
251+
vertical-align: sub;
252+
font-size: 60%;
253+
}
254+

0 commit comments

Comments
 (0)