diff --git a/installer/resources/themes/console/light/console.css b/installer/resources/themes/console/light/console.css
index c1067fd69e77717119767d010e392a23b2eae11b..3593da6080e670a6b8ba2f76c655dea7aaadf254 100644
--- a/installer/resources/themes/console/light/console.css
+++ b/installer/resources/themes/console/light/console.css
@@ -133,7 +133,7 @@ div.routersummary h3 {
      padding: 2px 0;
      background: #ffe;
      text-transform: uppercase;
-     background: #ffe url('images/header_on.png') center center repeat-x;
+     background: #ffe url('images/header.png') center center repeat-x;
      border: 1px solid #99f !important;
      -moz-border-radius: 3px;
      -khtml-border-radius: 3px;
@@ -146,7 +146,7 @@ div.routersummary h3 a {
 }
 
 div.routersummary h3:hover {
-     background: #ffe url('images/header.png') center center repeat-x;
+     background: #ffa url('images/header.png') center center repeat-x !important;
      text-shadow: 0 0 0;
 }
 
@@ -668,7 +668,7 @@ code {
 }
 
 a:link{
-     color: #503;
+     color: #359;
      text-decoration: none;
      font-weight: bold;
      word-wrap: break-word;
@@ -848,7 +848,7 @@ button:active{
 }
 
 .langbox img {
-     opacity: 0.9 !important;
+     opacity: 0.5 !important;
      -moz-box-shadow: 0 0 1px #447;
 }