From 2f9c19f1c69ab1c53c032c53f92c05f502999a1d Mon Sep 17 00:00:00 2001 From: seth Date: Sat, 22 Apr 2023 18:12:21 -0400 Subject: design(blog): add background color to text in blogposts --- src/guzzle.sass | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'src/guzzle.sass') diff --git a/src/guzzle.sass b/src/guzzle.sass index 68e3b93..c469f59 100644 --- a/src/guzzle.sass +++ b/src/guzzle.sass @@ -65,13 +65,16 @@ footer #blogpost h1 - @apply bg-base text-4xl mx-auto p-2 mb-5 mt-5 text-text text-center + @apply bg-base text-4xl mx-auto p-5 mb-5 mt-5 text-text text-center w-fit h2 - @apply bg-base text-3xl mx-auto p-2 mb-5 mt-5 text-text text-center + @apply bg-base text-3xl mx-auto p-3 mb-5 mt-5 text-text text-center w-fit h3 - @apply bg-base text-2xl mx-auto p-2 mb-5 mt-5 text-text text-center + @apply bg-base text-2xl mx-auto p-1 mb-5 mt-5 text-text text-center w-fit - @apply lg:max-w-6xl text-left + @apply lg:max-w-6xl text-left items-center + +#blogText + @apply bg-blue rounded-xl p-5 #commitText @apply text-subtext1 p-2 -- cgit v1.2.3