summaryrefslogtreecommitdiff
path: root/src/styles/global.sass
diff options
context:
space:
mode:
authorseth <[email protected]>2023-12-20 20:27:18 -0500
committerseth <[email protected]>2023-12-21 02:34:37 +0000
commit5aa2e6c0c6e4c73d93307e9f70803237006afb28 (patch)
treef26a67452e2d4a4ed30506e533ac17cc95184fac /src/styles/global.sass
parent2a6f22fc1f1939b102fb8925bf04914a4b553e17 (diff)
go back to lume
Diffstat (limited to 'src/styles/global.sass')
-rw-r--r--src/styles/global.sass55
1 files changed, 0 insertions, 55 deletions
diff --git a/src/styles/global.sass b/src/styles/global.sass
deleted file mode 100644
index a6d45e2..0000000
--- a/src/styles/global.sass
+++ /dev/null
@@ -1,55 +0,0 @@
-@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')
-
-@tailwind base
-@tailwind components
-@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
-
-body
- @apply bg-base p-10
-
-.astro-code
- @apply p-3 rounded-xl
-
-.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