All / {{subject.name}} / {{course.name}}
{% for guide in guides %} - +{% if guide.teacher %}[{{guide.teacher}}] {% endif %}{{ guide.name }}
{% endfor %}diff --git a/studyguides/static/base.css b/studyguides/static/base.css
index 79d4cf2..01c58fe 100644
--- a/studyguides/static/base.css
+++ b/studyguides/static/base.css
@@ -25,10 +25,15 @@ main {
margin: 30px;
}
-.color-primary {
+.item {
color: #568ea3;
}
+.teacher {
+ color: #a26769;
+ font-weight: bold;
+}
+
h1 {
opacity: 0.5;
transition: all 0.2s ease;
diff --git a/studyguides/templates/course.html b/studyguides/templates/course.html
index e67fb30..db6948c 100644
--- a/studyguides/templates/course.html
+++ b/studyguides/templates/course.html
@@ -2,7 +2,7 @@
{% if guide.teacher %}[{{guide.teacher}}] {% endif %}{{ guide.name }}All / {{subject.name}} / {{course.name}}
{% for guide in guides %}
-
+ {{ subject.name }}
{% for course in courses %}
-