diff options
| author | seth <[email protected]> | 2023-04-21 05:05:20 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-04-21 05:29:46 -0400 |
| commit | 521eddf53b1a039d90d0e5e7aa8f7b4520de415c (patch) | |
| tree | 6033c9f7b0d9fe97a3683b577de73ee3df9e78cb /src/guzzle.sass | |
| parent | caf0c93527851809a05c949af9832614dd3434e9 (diff) | |
post: nix-lib
Diffstat (limited to 'src/guzzle.sass')
| -rw-r--r-- | src/guzzle.sass | 27 |
1 files changed, 26 insertions, 1 deletions
diff --git a/src/guzzle.sass b/src/guzzle.sass index 2939c8a..68e3b93 100644 --- a/src/guzzle.sass +++ b/src/guzzle.sass @@ -1,5 +1,6 @@ @import url('https://fonts.googleapis.com/css2?family=Fira+Code:wght@300;400;700&display=swap') @import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500&display=swap') +@import "css/highlight.css" @tailwind base @tailwind components @@ -12,6 +13,12 @@ html h1 @apply text-2xl +h2 + @apply text-xl + +h3 + @apply text-lg + p,li @apply text-base @@ -21,6 +28,17 @@ a button @apply rounded-xl bg-yellow p-2 text-center +blockquote + @apply bg-surface2 p-2 rounded-xl + p + @apply bg-surface2 text-text + + code + @apply bg-surface2 text-text p-0 + +code + @apply bg-base text-text p-[0.1em] + body @apply bg-base p-10 @@ -46,7 +64,14 @@ footer @apply mx-auto rounded p-3 #blogpost - @apply w-full items-center + h1 + @apply bg-base text-4xl mx-auto p-2 mb-5 mt-5 text-text text-center + h2 + @apply bg-base text-3xl mx-auto p-2 mb-5 mt-5 text-text text-center + h3 + @apply bg-base text-2xl mx-auto p-2 mb-5 mt-5 text-text text-center + + @apply lg:max-w-6xl text-left #commitText @apply text-subtext1 p-2 |
