aboutsummaryrefslogtreecommitdiffstats
path: root/assets/scss/input.css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/scss/input.css')
-rw-r--r--assets/scss/input.css22
1 files changed, 10 insertions, 12 deletions
diff --git a/assets/scss/input.css b/assets/scss/input.css
index f9bf4b2..6e02371 100644
--- a/assets/scss/input.css
+++ b/assets/scss/input.css
@@ -2,9 +2,8 @@
@tailwind components;
@tailwind utilities;
-/* HERO */
-#hero {
- text-shadow: 2px 2px 3px black;
+.baskerville {
+ font-family: baskerville, serif;
}
blockquote::before {
@@ -18,18 +17,17 @@ blockquote::before {
top: -15px;
}
-.baskerville {
- font-family: baskerville, serif;
-}
-.w3-theme-border {
- border-color: #79c753;
-}
-
@layer base {
blockquote {
- @apply border-l-4 p-6 pb-1 mx-8 relative w3-theme-border baskerville;
+ @apply border-l-4 p-6 pb-1 mx-8 relative border-lime-500 baskerville;
}
blockquote p:last-of-type {
- @apply text-center uppercase mt-4;
+ @apply text-center uppercase mt-4 tracking-wide;
+ }
+}
+
+@layer components {
+ #hero {
+ text-shadow: 2px 2px 3px black;
}
}