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

Commit 44901e8

Browse files
authored
Add quick links hover color
1 parent 51818cd commit 44901e8

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/style.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1715,4 +1715,9 @@ input.tAUuQ {
17151715
.cC1eCc .VfPpkd-P5QLlc{
17161716
background-color: var(--bg-color) !important;
17171717
box-shadow: 0 1px 3px 0 var(--shadow-heavy), 0 4px 8px 3px var(--shadow-medium) !important;
1718+
}
1719+
1720+
/* Quick Links */
1721+
.YLFC3e:hover, .YLFC3e:focus, .YLFC3e:focus-within {
1722+
background-color: var(--white-hover);
17181723
}

0 commit comments

Comments
 (0)