Fixing numeral.

This commit is contained in:
James Patrick 2024-01-28 18:53:22 -05:00 committed by James Patrick
parent 0b00adb148
commit 363e7b3766
1 changed files with 3 additions and 4 deletions

View File

@ -414,9 +414,8 @@ img {
left: 0.1rem;
}
.sidenote:before {
content: counter(sidenote-counter) " ";
font-size: 1rem;
.sidenote > numeral {
font-size: 1.2rem;
top: -0.5rem;
}
@ -444,7 +443,7 @@ div.table-wrapper {
code,
pre > code {
font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
font-family: Hasklig, Consolas, "Liberation Mono", Menlo, Courier, monospace;
font-size: 1rem;
line-height: 1.42;
-webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS. See https://github.com/edwardtufte/tufte-css/issues/81#issuecomment-261953409 */