style: add box shadow on highlighted content

This commit is contained in:
Ayo 2022-09-17 20:00:46 +02:00
parent f4e09bd8e6
commit 5d08c268a8

View file

@ -76,7 +76,7 @@ import Footer from "../components/Footer.astro";
.highlighted-content { .highlighted-content {
line-height: 1.6; line-height: 1.6;
margin: 1rem 0; margin: 1rem 0 1.75rem;
background: var(--astro-gradient); background: var(--astro-gradient);
background-size: 400% 400%; background-size: 400% 400%;
background-color: var(--); background-color: var(--);
@ -87,6 +87,7 @@ import Footer from "../components/Footer.astro";
list-style-type: none; list-style-type: none;
font-size: x-large; font-size: x-large;
font-weight: bold; font-weight: bold;
box-shadow: 0 8px 8px -4px lightblue;
} }
.highlighted-content code { .highlighted-content code {