From ffe935b1e77b02f1ac2c3ede0a5036a03d0fb4a9 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Sun, 12 Jan 2014 21:02:10 +0100 Subject: [PATCH] dwb: apply link colours by default + colour input in chakra --- dwb/userstyles/chakra-project.org.css | 2 +- dwb/userstyles/default.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dwb/userstyles/chakra-project.org.css b/dwb/userstyles/chakra-project.org.css index 5171651..69e0fc7 100644 --- a/dwb/userstyles/chakra-project.org.css +++ b/dwb/userstyles/chakra-project.org.css @@ -36,7 +36,7 @@ div.box, .pun blockquote, div.codebox, #adminconsole fieldset th, .rowodd, .rowe color: white !important; } -textarea { +textarea, input { background-color: #202020 !important; color: white !important; } diff --git a/dwb/userstyles/default.css b/dwb/userstyles/default.css index 45aa136..dfc2690 100644 --- a/dwb/userstyles/default.css +++ b/dwb/userstyles/default.css @@ -4,7 +4,7 @@ } :link, :link * { - color: #719696 !important; + color: #5DC3D7!important; } :visited, :visited * { -- 2.48.1