diff --git a/sass/main.scss b/sass/main.scss index 4aecc57d0..a57f191c6 100644 --- a/sass/main.scss +++ b/sass/main.scss @@ -808,6 +808,22 @@ nav { } } + #feb-20-content { + .show-full-schedule, .hide-full-schedule { + i { + color: $orange; + } + } + } + + #feb-21-content { + .show-full-schedule, .hide-full-schedule { + i { + color: $light-gray; + } + } + } + // Part of the above content ids // but specificity is counterproductive to mobile styling .show-full-schedule, .hide-full-schedule { @@ -826,7 +842,6 @@ nav { } i { - color: $red; font-size: 2em; margin-left: 10px; }