Fix footnote inline code font size (#2411)

This commit is contained in:
Felix Häusler 2020-11-30 09:19:52 +01:00 committed by GitHub
parent 22cdd11864
commit 640df640a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -246,6 +246,12 @@ figure[data-role="FOOTNOTE"] .ag-footnote-input::after {
content: ']:';
}
figure[data-role="FOOTNOTE"] span code,
figure[data-role="FOOTNOTE"] td code,
figure[data-role="FOOTNOTE"] th code {
font-size: .8em;
}
.ag-highlight {
animation-name: highlight;
animation-duration: .25s;