Eggtimer/basic.css
changeset 3 b43377c07b0c
parent 2 2da62bb63910
child 4 6c91568e58fd
--- a/Eggtimer/basic.css	Tue Nov 02 10:44:05 2010 -0700
+++ b/Eggtimer/basic.css	Thu Nov 04 13:43:25 2010 -0700
@@ -1,6 +1,14 @@
 /*
  * Add your Stylesheet contents here
  */
+body {
+	background-color:black;
+}
+ 
+span {
+	color: white;
+}
+ 
 #remaining-time {
 	width: 170px;
 	height: 40px;
@@ -18,6 +26,7 @@
 	font-weight: bold;
 	text-align: center;
 	width: 138px;
+	color: white;
 }
 
 #sand {
@@ -40,7 +49,7 @@
 
 :LINK {
 	text-decoration: none;
-	color: black;
+	color: yellow;
 }
 
 #hourglass {
@@ -48,4 +57,5 @@
 	top: 80px;
 	left: 70px;
 	z-index: 100;
+	background-color: white;
 }
\ No newline at end of file