Skip to content

Commit 9a1c187

Browse files
committed
Fix background on event launcher. Thanks @ManzDev
1 parent 89038c9 commit 9a1c187

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/homepage/static/homepage/css/main.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
a.event-target:hover {
1717
color: #cdcdcd;
1818
}
19-
background: #ffffff1a;
19+
background: linear-gradient(to right, #fff0, #fff3, #fff0);
2020
padding-top: 1rem;
2121
padding-bottom: 1rem;
2222
margin-bottom: .5rem

0 commit comments

Comments
 (0)