Skip to content

Commit 1a7ffb2

Browse files
fix: use dark overlay for close button hover to work on all header colors
Made-with: Cursor
1 parent 423a3ab commit 1a7ffb2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/HomePage/HomePage.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
}
7171

7272
.closeButton:hover {
73-
background: rgba(255, 255, 255, 0.2);
73+
background: rgba(0, 0, 0, 0.2);
7474
transform: scale(1.05);
7575
}
7676

0 commit comments

Comments
 (0)