Teacher Style front Page Tiles

Issue #429 resolved
Jeremy Hopkins created an issue

This is related to #378 and the styling of the front page tiles where the "teacher" text color does not seem to be applied (see image below).

The "teachers" class seems to be missing, we can add this with something like:

.coursebox.hover .teachers {
color: #ffffff !important;
}

front-tile-teacher.PNG

Comments (2)

  1. Log in to comment