style: add box shadow on highlighted content
This commit is contained in:
parent
f4e09bd8e6
commit
5d08c268a8
1 changed files with 2 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue