From 7774685d1f031e3fb70b6559ae6ce746a3479faf Mon Sep 17 00:00:00 2001 From: Psan <42769551+Psanchez-IT@users.noreply.github.com> Date: Thu, 5 Jun 2025 17:15:35 +0200 Subject: [PATCH] Fixed Maintainability Issues (#11) * Implemented Astro native content collection for static data * deleted spaces * Fixed Maintainability issues --------- Co-authored-by: psan --- src/styles/global.css | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/src/styles/global.css b/src/styles/global.css index 2c14533..a026786 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -63,6 +63,7 @@ *{ scrollbar-color: #6ce9b7 #d0fbe5; scrollbar-width: thin; + box-sizing: border-box; } @@ -132,17 +133,13 @@ a.inline-block.leading-5.pl-12{ } .markdown blockquote { - @apply py-4 border-l-4 border-mint-500 pl-4 italic text-blacktext dark:text-mint-200 bg-mint-50 dark:bg-mint-900/20 backdrop-blur-lg; + @apply py-4 border-l-4 border-mint-500 pl-4 italic text-blacktext dark:text-mint-200 bg-mint-50 dark:bg-mint-900/20 backdrop-blur-lg mb-8; } .markdown blockquote p { @apply mb-0; } -.markdown blockquote { - @apply mb-8; -} - .markdown :not(pre)>code { @apply px-2 py-0.5; } @@ -206,10 +203,6 @@ a.inline-block.leading-5.pl-12{ display: block; /* Show 'xmark' icon when .active is present */ } -* { - box-sizing: border-box; -} - /* Navigation bar styles */ .hamburger {