DEV: update box-shadow due to core change (#55)

This commit is contained in:
Kris 2023-06-14 09:00:18 -04:00 committed by GitHub
parent ea7f8791ab
commit 25cb5954f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ a.d-toc-close {
width: 75vw;
max-width: 350px;
background-color: var(--secondary);
box-shadow: shadow("dropdown");
box-shadow: var(--shadow-dropdown);
z-index: z("modal", "overlay");
transition: all 0.2s ease-in-out;
.d-toc-main {