From 6fbfa9f0f71f5fe17ed3999322badacf54d7cbbf Mon Sep 17 00:00:00 2001 From: Oscar Najera Date: Sun, 15 Oct 2023 16:39:58 +0200 Subject: Hero text shading --- assets/scss/style.scss | 4 ++++ layouts/partials/hero.html | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/assets/scss/style.scss b/assets/scss/style.scss index 05fa25c..da1db94 100644 --- a/assets/scss/style.scss +++ b/assets/scss/style.scss @@ -136,6 +136,10 @@ color: #fff !important; background-color: #79c753 !important; } +// HERO +#hero { + text-shadow: 2px 2px 3px black; +} // POSTS .main-content { diff --git a/layouts/partials/hero.html b/layouts/partials/hero.html index 1926f04..5acafde 100644 --- a/layouts/partials/hero.html +++ b/layouts/partials/hero.html @@ -4,7 +4,7 @@ {{ end }}; background-position: center;" class="pv5" > -
+

{{ .Title }}

{{ .Content }}
-- cgit v1.2.3