Skip to content
This repository was archived by the owner on Aug 17, 2025. It is now read-only.

Commit 520cb5a

Browse files
authored
Fix missing shadow
1 parent b892cec commit 520cb5a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1728,6 +1728,6 @@ input.tAUuQ {
17281728

17291729
/* Skip to main content */
17301730
.EXL71e {
1731-
box-shadow: 0 1px 2px 0 var(--shadow-heavy), 0 2px 6px 2px var(--shadow-medium);
1731+
box-shadow: 0 1px 2px 0 var(--shadow-heavy), 0 2px 6px 2px var(--shadow-medium) !important;
17321732
background: var(--bg-color) !important;
17331733
}

0 commit comments

Comments
 (0)