refac: styling

This commit is contained in:
Timothy J. Baek 2024-06-23 20:40:12 -07:00
parent 5c0015cd66
commit be2340d4ef

View File

@ -32,6 +32,10 @@ math {
@apply underline; @apply underline;
} }
iframe {
@apply rounded-lg;
}
ol > li { ol > li {
counter-increment: list-number; counter-increment: list-number;
display: block; display: block;