From 8f0cf3352c12e2c8083d28ef8442c95bac52ae36 Mon Sep 17 00:00:00 2001
From: Christophe K <ckforall@gmail.com>
Date: Sat, 25 Dec 2021 17:48:47 +0100
Subject: [PATCH] Replace like_mybb_bT4CK-theme.xml

---
 like_mybb_bT4CK-theme.xml | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/like_mybb_bT4CK-theme.xml b/like_mybb_bT4CK-theme.xml
index 0f617f4..d8af356 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 {
-- 
GitLab