Skip to content

Commit f58886b

Browse files
authored
Merge pull request #765 from Abhi-2206/update_nav
change navigation hover from gray to blue-pink gradient and added footer
2 parents f298422 + 5041f16 commit f58886b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Bitcoin-website/index.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,11 @@
6161
}
6262

6363
.menu ul li:hover {
64-
color: #b2b1b1;
64+
background: linear-gradient(90deg, #19d7f8, #fd00da);
65+
-webkit-background-clip: text;
66+
-webkit-text-fill-color: transparent;
67+
font-weight: bold;
68+
transition: all 0.3s ease;
6569
}
6670

6771
.active {

0 commit comments

Comments
 (0)