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

Commit aa0b4eb

Browse files
authored
Merge pull request #337 from devgupta2607/hover-effect-nav
Solves issue #302 - Hover effects
2 parents 2a162a0 + e6ae446 commit aa0b4eb

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

css/main.css

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

45+
.nav-link:hover {
46+
color: #3366BB !important;
47+
font-weight: bold;
48+
49+
}
4550
.countdownContainer{
4651
position: relative;
4752
padding: 10px;

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
<h1 class="display-4 typing-anim-ref"><b>Hello, world!</b></h1>
9696
<h4 class="a-landing-sub-text">Welcome to OpenCode'19</h4>
9797
<a href="#participants"><button class="header-btn mt-5 a-btn">Get Started</button></a>
98-
98+
9999
<div class="countdownContainer display-4 a-landing-header-text">
100100
<div class="values">OpenCode Countdown</div>
101101
<div class="info" style="font-family: 'Orbitron'">

0 commit comments

Comments
 (0)