Skip to content

Commit 2ac7d27

Browse files
authored
Merge branch 'master' into develop
2 parents 04d555d + da68a0c commit 2ac7d27

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,6 @@ <h1>Schedule</h1>
191191
<p>Feb 21st</p>
192192
</div>
193193
</div>
194-
195194
<div id="schedule-content-wrapper">
196195
<div id="pre-event-content" class="schedule-content">
197196
<div class="day-row pre-16">

sass/main.scss

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -823,6 +823,15 @@ nav {
823823
color: $orange;
824824
}
825825
}
826+
827+
&:hover {
828+
animation: tab-hover-in 0.2s;
829+
animation-fill-mode: forwards;
830+
}
831+
832+
p {
833+
color: $dark-blue;
834+
}
826835
}
827836

828837
#feb-21-content {

0 commit comments

Comments
 (0)