diff --git a/core/static/css/base/amadeus.css b/core/static/css/base/amadeus.css index a0107d1..1bb5f5e 100644 --- a/core/static/css/base/amadeus.css +++ b/core/static/css/base/amadeus.css @@ -418,6 +418,11 @@ ul, li { .course, .subject, .topic{ padding-top: 0px; padding-bottom: 0px; } .course-detail{padding-top: 10px; padding-bottom: 10px;} +.category-course-link{ + font-size: 24px; + color: black !important; +} + /* Menu link remove radius */ .nav-pills > li > a { border-radius: 0px; diff --git a/courses/templates/course/index.html b/courses/templates/course/index.html index a4f5785..617e8cb 100644 --- a/courses/templates/course/index.html +++ b/courses/templates/course/index.html @@ -110,7 +110,28 @@