From be87d1347ae957879172ed098bb320687c1e3128 Mon Sep 17 00:00:00 2001 From: Brandon Romano Date: Tue, 17 Dec 2024 22:05:36 -0800 Subject: [PATCH] Fix code font size in header --- src/components/text/Text.module.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/components/text/Text.module.css b/src/components/text/Text.module.css index 29623cb0..709c3341 100644 --- a/src/components/text/Text.module.css +++ b/src/components/text/Text.module.css @@ -31,6 +31,10 @@ color: var(--gray-6); } } + & code { + font-size: 15px; + line-height: 1.25em; + } } &h1, &h2, &h3, &h4, &h5, &h6 { color: var(--gray-9); @@ -79,7 +83,5 @@ padding: 1px 6px; margin: -1px 0; color: var(--gray-9); - font-size: 15px; - line-height: 1.25em; } }