Increase body line-height and add theorem padding

This commit is contained in:
2026-03-23 14:54:09 +08:00
parent ecc0ab08f8
commit 71611b0641
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -1,6 +1,7 @@
.theorem-environment {
font-style: italic;
margin-top: 1em;
padding: 0.5em;
background-color: whitesmoke;
}
+1 -1
View File
@@ -28,7 +28,7 @@ body {
font-weight: 400;
font-style: normal;
font-size: 1rem;
line-height: 125%;
line-height: 140%;
color: var(--color-text);
background-color: var(--color-bg);
text-rendering: optimizeLegibility;