Skip to content
This repository was archived by the owner on Jan 11, 2020. It is now read-only.

Commit 87a1c37

Browse files
committed
Color added to nav link
1 parent 626510b commit 87a1c37

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

css/main.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@
4242
background: -webkit-linear-gradient(left, rgb(247, 112, 55) 0%, rgb(250, 168, 68) 100%);
4343
}
4444

45+
.nav-link:hover {
46+
background-color: #9fbfdf;
47+
}
4548
.countdownContainer{
4649
position: relative;
4750
padding: 10px;

0 commit comments

Comments
 (0)