Skip to content

Commit

Permalink
Make the Fringe programme button more readable
Browse files Browse the repository at this point in the history
  • Loading branch information
samozzy authored Mar 10, 2020
1 parent 5cf9cb0 commit 6708954
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _scss/nt_style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
text-decoration-color: $color;
}
}
.card-fringe .reserve_button, .card-stuff .reserve_button, .btn-nnt-orange { // Special case for readability
.card-fringe .reserve_button, .card-fringe .programme_button, .card-stuff .reserve_button, .btn-nnt-orange { // Special case for readability
@extend .text-dark;
}

Expand Down Expand Up @@ -217,4 +217,4 @@ blockquote {
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
}

0 comments on commit 6708954

Please sign in to comment.