shadow instructions
This commit is contained in:
parent
6cc4e577d8
commit
f7241d278f
1 changed files with 3 additions and 0 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue