Skip to content

Commit 8bf1d23

Browse files
remove drop shadow on dark mode toc (#2227)
1 parent 0739a1e commit 8bf1d23

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pages/overrides.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1871,6 +1871,9 @@ article {
18711871
.nextra-toc {
18721872
background-color: colors.$darkbg;
18731873
// Remove all hardcoded white backgrounds and shadow filters
1874+
._shadow-\[0_12px_16px_rgb\(var\(\--nextra-bg\)\)\] {
1875+
box-shadow: unset;
1876+
}
18741877
.nextra-toc-footer {
18751878
background-color: colors.$darkbg;
18761879
box-shadow: unset;

0 commit comments

Comments
 (0)