Basic theme text colour darkening
authorDarren <darren@Darrens-MacBook-Pro.local>
Sun, 24 Mar 2013 23:20:44 +0000 (23:20 +0000)
committerDarren <darren@Darrens-MacBook-Pro.local>
Sun, 24 Mar 2013 23:20:44 +0000 (23:20 +0000)
client/assets/css/style.css

index 858eadb2ddd7a47b53933f96ff66f6c4bc6e810c..697bbd4b836d518c421407e8ef0c0a038010208b 100644 (file)
@@ -1138,7 +1138,7 @@ html, body { height:100%; }
 #kiwi.theme_basic .messages .msg .nick { display:inline; margin-right:1em; }
 #kiwi.theme_basic .messages .msg .nick:before { content:"<"; }
 #kiwi.theme_basic .messages .msg .nick:after { content:">"; }
-#kiwi.theme_basic .messages .msg .text { white-space:pre-wrap; word-wrap:break-word; }
+#kiwi.theme_basic .messages .msg .text { white-space:pre-wrap; word-wrap:break-word; color:#1e1e1e; }
 
 #kiwi.theme_basic .messages .msg.action .nick,
 #kiwi.theme_basic .messages .msg.static .nick,