From be2340d4ef907b2117ee8f7764cc928ec4b0ace9 Mon Sep 17 00:00:00 2001 From: "Timothy J. Baek" Date: Sun, 23 Jun 2024 20:40:12 -0700 Subject: [PATCH] refac: styling --- src/app.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/app.css b/src/app.css index baf620845..2dacf5d72 100644 --- a/src/app.css +++ b/src/app.css @@ -32,6 +32,10 @@ math { @apply underline; } +iframe { + @apply rounded-lg; +} + ol > li { counter-increment: list-number; display: block;