From 0b32ee8616a04437d0c6e2a7726e1e087b4f0506 Mon Sep 17 00:00:00 2001 From: sanj Date: Wed, 1 Sep 2010 21:55:03 +0530 Subject: [PATCH] white to black --- taha.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/taha.html b/taha.html index 34f7839..6ae849c 100644 --- a/taha.html +++ b/taha.html @@ -8,7 +8,8 @@ margin-top: 5px; margin-bottom: 5px; margin-left: 10%; - border: 1px solid #808080; + border: 1px solid #333; + background: #000; padding: 4px; } @@ -17,6 +18,7 @@ top: 5px; right: 5px; cursor: pointer; + color: #fff; } .closeButton:hover { @@ -27,6 +29,7 @@ position: absolute; left: 400px; top: 20px; + color: white; }