From ffeecc37a3e6131a7f1890c3caf8276a2e4f498a Mon Sep 17 00:00:00 2001 From: Sohee Lim Date: Thu, 14 Nov 2024 09:22:48 -0500 Subject: [PATCH 1/2] fix: add button hover state --- src/theme/Navbar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/theme/Navbar.tsx b/src/theme/Navbar.tsx index 0a6ec905b..9c0ae4a89 100644 --- a/src/theme/Navbar.tsx +++ b/src/theme/Navbar.tsx @@ -26,7 +26,7 @@ const Navbar: FC = () => {
Date: Thu, 14 Nov 2024 09:25:25 -0500 Subject: [PATCH 2/2] fix: remove padding --- src/css/infima-overrides.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/css/infima-overrides.css b/src/css/infima-overrides.css index c2f86f093..dfaed7356 100644 --- a/src/css/infima-overrides.css +++ b/src/css/infima-overrides.css @@ -32,8 +32,8 @@ ul { } /* Remove default padding */ -ul[class], -ol[class] { +ul, +ol { padding: 0; } @@ -44,8 +44,8 @@ h2, h3, h4, p, -ul[class], -ol[class], +ul, +ol, li, figure, figcaption,