From 5d08c268a82157eeb7f621b69411a377e7009a2e Mon Sep 17 00:00:00 2001 From: Ayo Date: Sat, 17 Sep 2022 20:00:46 +0200 Subject: [PATCH] style: add box shadow on highlighted content --- src/pages/index.astro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index 490787f..1236b85 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -76,7 +76,7 @@ import Footer from "../components/Footer.astro"; .highlighted-content { line-height: 1.6; - margin: 1rem 0; + margin: 1rem 0 1.75rem; background: var(--astro-gradient); background-size: 400% 400%; background-color: var(--); @@ -87,6 +87,7 @@ import Footer from "../components/Footer.astro"; list-style-type: none; font-size: x-large; font-weight: bold; + box-shadow: 0 8px 8px -4px lightblue; } .highlighted-content code {