From fedf6d7537ebfb1d059eac2b1ba84ac932b1bef1 Mon Sep 17 00:00:00 2001
From: z3d <z3d@mail.i2p>
Date: Thu, 16 Sep 2010 16:49:27 +0000
Subject: [PATCH] I2PSnark css edits: log text visibility.

---
 installer/resources/themes/console/snark.css | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/installer/resources/themes/console/snark.css b/installer/resources/themes/console/snark.css
index a12b6677d0..66679773eb 100644
--- a/installer/resources/themes/console/snark.css
+++ b/installer/resources/themes/console/snark.css
@@ -1,4 +1,4 @@
-/* Not yet complete. Subject to flux and change. dr|z3d - 07.25.09 */
+/* I2PSnark theme "faze to gray" by dr|z3d */
 
 body {
      background: #333 url('../console/images/graytile.png');
@@ -79,7 +79,8 @@ pre {
      padding: 0;
      text-align: left !important;
      height: 8px;
-	 color: #050;
+	 color: #070;
+     font-weight: bold !important; 
 }
 
 table {
-- 
GitLab