Skip to content

Commit 22eb459

Browse files
committed
Made meetup hover shadow theme dependent
1 parent ea90c03 commit 22eb459

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

style/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ main {
220220
transition: box-shadow 0.2s;
221221

222222
&:hover {
223-
box-shadow: 0 4px 20px color-mix(in oklab, var(--python-blue), transparent 50%);
223+
box-shadow: 0 4px 20px color-mix(in oklab, light-dark(var(--python-blue), var(--python-yellow)), transparent 50%);
224224
}
225225

226226
.meetup-header {

0 commit comments

Comments
 (0)