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

Commit b892cec

Browse files
authored
Merge pull request #110 from RyanLua/skip-content
Fix skip to main content background
2 parents 6a94d9e + 1e4374c commit b892cec

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/style.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1725,3 +1725,9 @@ input.tAUuQ {
17251725
.YLFC3e:hover, .YLFC3e:focus, .YLFC3e:focus-within {
17261726
background-color: var(--white-hover) !important;
17271727
}
1728+
1729+
/* Skip to main content */
1730+
.EXL71e {
1731+
box-shadow: 0 1px 2px 0 var(--shadow-heavy), 0 2px 6px 2px var(--shadow-medium);
1732+
background: var(--bg-color) !important;
1733+
}

0 commit comments

Comments
 (0)