diff options
| author | seth <[email protected]> | 2023-04-22 18:12:21 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-04-22 18:12:21 -0400 |
| commit | 2f9c19f1c69ab1c53c032c53f92c05f502999a1d (patch) | |
| tree | 89ff4e77f555e5bf6dfdf73f336ec0ea3f1d39c2 /src/guzzle.sass | |
| parent | 521eddf53b1a039d90d0e5e7aa8f7b4520de415c (diff) | |
design(blog): add background color to text in blogposts
Diffstat (limited to 'src/guzzle.sass')
| -rw-r--r-- | src/guzzle.sass | 11 |
1 files changed, 7 insertions, 4 deletions
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 |
