mirror of
https://github.com/marktext/marktext.git
synced 2025-05-03 04:51:28 +08:00
Fix footnote inline code font size (#2411)
This commit is contained in:
parent
22cdd11864
commit
640df640a4
@ -246,6 +246,12 @@ figure[data-role="FOOTNOTE"] .ag-footnote-input::after {
|
|||||||
content: ']:';
|
content: ']:';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
figure[data-role="FOOTNOTE"] span code,
|
||||||
|
figure[data-role="FOOTNOTE"] td code,
|
||||||
|
figure[data-role="FOOTNOTE"] th code {
|
||||||
|
font-size: .8em;
|
||||||
|
}
|
||||||
|
|
||||||
.ag-highlight {
|
.ag-highlight {
|
||||||
animation-name: highlight;
|
animation-name: highlight;
|
||||||
animation-duration: .25s;
|
animation-duration: .25s;
|
||||||
|
Loading…
Reference in New Issue
Block a user