From 36040b46671d5a3f09e0278b68cabd1d7f3eec10 Mon Sep 17 00:00:00 2001 From: Livid Date: Tue, 23 Nov 2010 03:09:53 +0800 Subject: [PATCH] Going to have themes. --- static/css/desktop/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/desktop/style.css b/static/css/desktop/style.css index ece208c..37c7d57 100644 --- a/static/css/desktop/style.css +++ b/static/css/desktop/style.css @@ -109,7 +109,7 @@ a.dark:hover { /* IDs */ #Top { - background: #303033; + background: #b6bcd4; background: -moz-linear-gradient(center top , #b6bcd4, #636a86) repeat scroll 0 0 transparent; background: -webkit-gradient(linear, left top, left bottom, from(#b6bcd4), to(#636a86)); height: 40px;