diff --git a/like_mybb_bT4CK-theme.xml b/like_mybb_bT4CK-theme.xml
index 0f617f4660d864fa1b61934f52da3cbebcdf88f6..d8af3563e7a92122a39712cc62c03a224e95e374 100644
--- a/like_mybb_bT4CK-theme.xml
+++ b/like_mybb_bT4CK-theme.xml
@@ -3689,15 +3689,24 @@ i.alertred { /* icon head */
 	color : inherit;
 }
 
+.fa:hover:not(.dropdown-menu > h5 >a >i), 
+.fab:hover:not(.dropdown-menu > h5 >a >i),
+.fal:hover:not(.dropdown-menu > h5 >a >i),
+.far:hover:not(.dropdown-menu > h5 >a >i),
+.fas:hover:not(.dropdown-menu > h5 >a >i){
+	color : #000;
+}
+
 span.alertred { /* title alert */
 	font-family:Roboto,arial;
 	font-size:18px;
 	border:inherit;
 	background-color: inherit;
-	color : inherit;
+	color : #000;
 }
 
 
+
 /* pour meganavbar */
 
 .btn btn-outline-success my-2 my-sm-0 {