We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 04d555d + da68a0c commit 2ac7d27Copy full SHA for 2ac7d27
index.html
@@ -191,7 +191,6 @@ <h1>Schedule</h1>
191
<p>Feb 21st</p>
192
</div>
193
194
-
195
<div id="schedule-content-wrapper">
196
<div id="pre-event-content" class="schedule-content">
197
<div class="day-row pre-16">
sass/main.scss
@@ -823,6 +823,15 @@ nav {
823
color: $orange;
824
}
825
826
+
827
+ &:hover {
828
+ animation: tab-hover-in 0.2s;
829
+ animation-fill-mode: forwards;
830
+ }
831
832
+ p {
833
+ color: $dark-blue;
834
835
836
837
#feb-21-content {
0 commit comments