From f23b1880f5890b586937801b452ce3589ff76e52 Mon Sep 17 00:00:00 2001
From: z3d <z3d@mail.i2p>
Date: Fri, 3 Dec 2010 22:43:27 +0000
Subject: [PATCH] Light shift.

---
 installer/resources/themes/console/light/console.css | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/installer/resources/themes/console/light/console.css b/installer/resources/themes/console/light/console.css
index f0547c71c4..194f13a6a4 100644
--- a/installer/resources/themes/console/light/console.css
+++ b/installer/resources/themes/console/light/console.css
@@ -667,14 +667,14 @@ code {
 }
 
 a:link{
-     color: #005;
+     color: #613;
      text-decoration: none;
      font-weight: bold;
      word-wrap: break-word;
 }
 
 a:visited{
-     color: #309;
+     color: #314;
      text-decoration: none;
      font-weight: bold;
 }
@@ -806,7 +806,7 @@ button, button:visited{
      -moz-box-shadow: inset 0px 2px 8px 0px #fff;
      -khtml-box-shadow: inset 0px 2px 8px 0px #fff;
      box-shadow: inset 0px 2px 8px 0px #fff;
-     color: #006;
+     color: #413;
 }
 
 button:hover{
@@ -857,7 +857,7 @@ button:active{
 
 input {
      background: #eef;
-     color: #001;
+     color: #413;
      margin: 5px 10px 5px 10px;
      padding: 4px 2px;
      font: bold 8pt "Lucida Sans Unicode", "Bitstream Vera Sans", Verdana, Tahoma, Helvetica, sans-serif;
@@ -869,7 +869,7 @@ input {
 input, input:visited {
      border: 1px outset #999;
      background: #ddf;
-     color: #001;
+     color: #413;
      margin: 5px;
      font: bold 8pt "Lucida Sans Unicode", "Bitstream Vera Sans", Verdana, Tahoma, Helvetica, sans-serif;
      padding: 1px 2px;
@@ -879,7 +879,7 @@ input, input:visited {
      -moz-border-radius: 4px;
      -khtml-border-radius: 4px;
      -moz-box-shadow: inset 0px 2px 8px 0px #fff;
-     color: #006;
+     color: #413
      opacity: 0.9;
 }
 
-- 
GitLab