diff --git a/installer/resources/themes/console/light/console.css b/installer/resources/themes/console/light/console.css
index bf60d04647885d7b016939a9abbf655ef6de4705..6f4f3c886f1fc3e3c54408b2e7b71b5cee271684 100644
--- a/installer/resources/themes/console/light/console.css
+++ b/installer/resources/themes/console/light/console.css
@@ -112,10 +112,10 @@ div.routersummary input[type=text] {
 }
 
 div.routersummary hr {
-     color: #ffe;
-     background: ffe;
+     color: #99f;
+     background: 99f;
      height: 1px;
-     border-bottom: 1px solid #ffe;
+     border-bottom: 1px solid #99f;
      margin: 8px -7px 8px -7px;
      -moz-box-shadow: inset 0px 1px 1px 1px #bbf;
      -khtml-box-shadow: inset 0px 1px 1px 1px #bbf;