Add whitesmoke background to theorem environment

This commit is contained in:
2026-03-21 14:53:22 +08:00
parent 27c9367e05
commit ecc0ab08f8

View File

@@ -1,6 +1,7 @@
.theorem-environment { .theorem-environment {
font-style: italic; font-style: italic;
margin-top: 1em; margin-top: 1em;
background-color: whitesmoke;
} }
.theorem-header { .theorem-header {