Skip to content

Commit 58226c8

Browse files
committed
dev: navbar heart animation
1 parent 27c10db commit 58226c8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/assets/css/custom.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,11 @@
2424
.gl-hidden {
2525
display: none;
2626
}
27+
28+
.hextra-nav-container a[title="Support us"] {
29+
transition: ease-in-out 0.2s;
30+
}
31+
32+
.hextra-nav-container a[title="Support us"]:hover {
33+
transform: scale(1.3, 1.3);
34+
}

0 commit comments

Comments
 (0)