From: Samir Benmendil Date: Sun, 12 Jan 2014 20:02:10 +0000 (+0100) Subject: dwb: apply link colours by default + colour input in chakra X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/ffe935b1e77b02f1ac2c3ede0a5036a03d0fb4a9 dwb: apply link colours by default + colour input in chakra --- 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 * {