diff --git a/apps/routerconsole/jsp/themes/console/dark/console.css b/apps/routerconsole/jsp/themes/console/dark/console.css
index ec6763ef097145212caf195de8ea98f357df116f..c3dc8585d653f3b03d52466b0233298a7fb1a9fe 100644
--- a/apps/routerconsole/jsp/themes/console/dark/console.css
+++ b/apps/routerconsole/jsp/themes/console/dark/console.css
@@ -8484,3 +8484,9 @@ table#externali2cp th {
     letter-spacing: 0 !important;
     word-spacing: 0 !important;
 }
+
+* {
+    forced-color-adjust: none;
+    -ms-high-contrast-adjust: none;
+    high-contrast-adjust: none;
+}
diff --git a/apps/routerconsole/jsp/themes/console/light/console.css b/apps/routerconsole/jsp/themes/console/light/console.css
index 0c52844cfb3588ae9c84e2144a6b722552df1ce5..5bdda13d71adf85b9acc6c5986fd6a89275d4484 100644
--- a/apps/routerconsole/jsp/themes/console/light/console.css
+++ b/apps/routerconsole/jsp/themes/console/light/console.css
@@ -8906,5 +8906,11 @@ th.options {
     }
 }
 
+* {
+    forced-color-adjust: none;
+    -ms-high-contrast-adjust: none;
+    high-contrast-adjust: none;
+}
+
 
 /* end chrome overrides */