diff --git a/amadeus/static/css/base/amadeus.css b/amadeus/static/css/base/amadeus.css index 4fee4cb..be13e34 100755 --- a/amadeus/static/css/base/amadeus.css +++ b/amadeus/static/css/base/amadeus.css @@ -636,8 +636,13 @@ ul, li { } .data_register_course p{ color: grey; } .category-course-link{ - font-size: 24px; - color: black !important; + font-size: 16px; + color: #FFFFFF !important; + font-family: Roboto Regular; +} + +.category-course-link:hover{ + text-decoration: none; } /* Menu link remove radius */ diff --git a/amadeus/templates/base.html b/amadeus/templates/base.html index a051fed..c4ec14e 100644 --- a/amadeus/templates/base.html +++ b/amadeus/templates/base.html @@ -138,7 +138,7 @@