This commit is contained in:
Vanessa 2023-08-28 11:20:19 +08:00
parent f1a5692e04
commit f7ce3e0907

View file

@ -239,6 +239,7 @@
code:not(.hljs),
span[data-type~="code"] {
@extend .fn__code;
tab-size: 4;
}
a[href^=pdf-outline] {
@ -302,6 +303,7 @@
font-family: var(--b3-font-family-code);
min-height: 22px !important;
overflow-x: overlay;
tab-size: 4;
&.protyle-linenumber {
border-top-left-radius: 0;