diff --git a/config/xml/default_country_modules_list.xml b/config/xml/default_country_modules_list.xml index 69642c79..346d75ed 100644 --- a/config/xml/default_country_modules_list.xml +++ b/config/xml/default_country_modules_list.xml @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/config/xml/must_have_modules_list.xml b/config/xml/must_have_modules_list.xml index 7a81ee6b..c6115b58 100644 --- a/config/xml/must_have_modules_list.xml +++ b/config/xml/must_have_modules_list.xml @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/modules/mesCategories/views/css/front.css b/modules/mesCategories/views/css/front.css index 03481048..ce52f347 100644 --- a/modules/mesCategories/views/css/front.css +++ b/modules/mesCategories/views/css/front.css @@ -24,7 +24,7 @@ .figure img { width: 150px; border-radius: 5px; - opacity: 0.25; + opacity: 0.3; } .figure figcaption { margin-bottom: 10px; @@ -49,7 +49,7 @@ } .subcategories-list > a { font-size: 0.95rem; - /*font-family: "Raleway", sans-serif;*/ + font-family: "Raleway", sans-serif; color: black; font-weight: normal; } diff --git a/themes/classic-child/assets/css/custom.css b/themes/classic-child/assets/css/custom.css index aa7a912f..6e7191ee 100644 --- a/themes/classic-child/assets/css/custom.css +++ b/themes/classic-child/assets/css/custom.css @@ -1,3 +1,15 @@ +/* Global */ + +a { + color: black; !important; +} + +#header a:hover { + color: rgba(177,194,90,1); +} + + + /* On occupe toute la largeur de l'écran */ .container { width: 100%; @@ -118,7 +130,7 @@ a:hover { color: white; } .footer-container li a:hover { - color: gold; + color: rgba(177,194,90,0.5); } .copyright { color: white;