diff options
author | Oscar Najera <hi@oscarnajera.com> | 2025-01-06 01:05:02 +0100 |
---|---|---|
committer | Oscar Najera <hi@oscarnajera.com> | 2025-01-06 01:05:02 +0100 |
commit | dee863b5e0812f95db4caf367983864a74b63ccc (patch) | |
tree | c15dcc000480946a10fec56987d6ee68f34b7e3f /assets/scss/input.css | |
parent | 4b76a856b2841fb197acc982ed168bc52db6ea3d (diff) | |
download | hugo-minimalist-theme-dee863b5e0812f95db4caf367983864a74b63ccc.tar.gz hugo-minimalist-theme-dee863b5e0812f95db4caf367983864a74b63ccc.tar.bz2 hugo-minimalist-theme-dee863b5e0812f95db4caf367983864a74b63ccc.zip |
translate posts listing
Diffstat (limited to 'assets/scss/input.css')
-rw-r--r-- | assets/scss/input.css | 22 |
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; } } |