shadow instructions

This commit is contained in:
nelle 2024-07-04 23:15:16 -06:00
parent 6cc4e577d8
commit f7241d278f

View file

@ -5,6 +5,9 @@
rgba(var(--accent-dark), 33%)); rgba(var(--accent-dark), 33%));
padding: 1.5rem; padding: 1.5rem;
border-radius: 8px; border-radius: 8px;
-webkit-box-shadow: 0 0 20px #f5a97f;
-moz-box-shadow: 0 0 20px #f5a97f;
box-shadow: 0 0 20px #f5a97f;
} }
.instructions code { .instructions code {