+ .knowledge:before {
+ content: url(/static/img/icons/knowledge_dark.png);
+ }
+ .activity:before {
+ content: url(/static/img/icons/activity_dark.png);
+ }
+ .lesson-plan:before {
+ content: url(/static/img/icons/lesson-plan_dark.png);
+ }
+ .reference:before {
+ content: url(/static/img/icons/reference_dark.png);
+ }
+ .knowledge:hover:before {
+ content: url(/static/img/icons/knowledge_orange.png);
+ }
+ .activity:hover:before {
+ content: url(/static/img/icons/activity_orange.png);
+ }
+ .lesson-plan:hover:before {
+ content: url(/static/img/icons/lesson-plan_orange.png);
+ }
+ .reference:hover:before {
+ content: url(/static/img/icons/reference_orange.png);
+ }