diff options
| author | seth <[email protected]> | 2024-02-12 07:51:32 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2024-02-12 08:51:36 -0500 |
| commit | 19b01bff4c251722d4739f6dca208497877f7cbb (patch) | |
| tree | 31918495004c9386760afbac6853c9e7668093c1 /src/global.sass | |
| parent | ec2b378c8d7885290db2d526364eb59512e60d0e (diff) | |
actually kinda try this time
Diffstat (limited to 'src/global.sass')
| -rw-r--r-- | src/global.sass | 49 |
1 files changed, 4 insertions, 45 deletions
diff --git a/src/global.sass b/src/global.sass index 8710fed..8fd7c0c 100644 --- a/src/global.sass +++ b/src/global.sass @@ -5,50 +5,9 @@ @tailwind utilities @tailwind variants -html - font-family: "Noto Sans", sans-serif - -h1 - @apply text-base text-2xl - -h2 - @apply text-base text-xl - -h3 - @apply text-base text-lg - -p,li - @apply text-base - - code - @apply bg-base text-text p-[0.2em] text-sm rounded - - a - @apply underline decoration-inherit - a - @apply underline decoration-inherit + text-decoration: underline + @apply text-blue -body - @apply bg-base p-10 - -.container - @apply bg-lavender flex flex-auto flex-col items-center justify-center w-fit mx-auto rounded-lg - -.content - @apply inline-block text-center p-5 - -#blogpost - h1 - @apply bg-base text-4xl mx-auto p-5 mb-5 mt-5 text-text text-center w-fit - - h2 - @apply bg-base text-xl mx-auto p-3 mb-5 mt-5 text-text text-center w-fit - - h3 - @apply bg-base text-lg mx-auto p-1 mb-5 mt-5 text-text text-center w-fit - - @apply lg:max-w-6xl text-left items-center - -#gif - @apply flex gap-2 +h1 + @apply text-3xl md:text-4xl |
