From 0a342725defbeac559db488c5150340e4f8481b2 Mon Sep 17 00:00:00 2001 From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com> Date: Mon, 10 Apr 2023 10:14:08 -0500 Subject: [PATCH] fix: small styling adjust for inline code --- src/app/components/Section.module.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/components/Section.module.css b/src/app/components/Section.module.css index 2fdf992..a443d17 100644 --- a/src/app/components/Section.module.css +++ b/src/app/components/Section.module.css @@ -26,12 +26,12 @@ .container>article>p { margin-top: 20px; - color: #c1c9d2 + color: #c1c9d2; } .container>article>p>code { background-color: #0b3766; - padding: 0.2rem 0.5rem; + padding: 0.1rem 0.5rem; border-radius: 5px; }