[gimp-web/gimp-web-static] Made body background darker color, page background white



commit 24bb375d58d274d014b4b03d4986cd2ee3eb592f
Author: Pat David <patdavid gmail com>
Date:   Thu Nov 19 15:39:03 2015 -0600

    Made body background darker color, page background white

 themes/newgimp/static/css/article.css |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/themes/newgimp/static/css/article.css b/themes/newgimp/static/css/article.css
index 809b7be..3bbcf69 100644
--- a/themes/newgimp/static/css/article.css
+++ b/themes/newgimp/static/css/article.css
@@ -30,3 +30,11 @@ abbr[title] {
 .vcard.author {
     display: inline;
 }
+
+body {
+    background-color: #0e2426;
+}
+
+#pushPage {
+    background-color: white;
+}


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]