From 3151621acb78e45ffc3353817143d0257b7ad284 Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Wed, 25 Oct 2017 00:33:39 +1100 Subject: [PATCH] Use nice base16-conforming colours on form-controls --- lemoncurry/static/lemoncurry/css/layout.styl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lemoncurry/static/lemoncurry/css/layout.styl b/lemoncurry/static/lemoncurry/css/layout.styl index 331a527..531f8c3 100644 --- a/lemoncurry/static/lemoncurry/css/layout.styl +++ b/lemoncurry/static/lemoncurry/css/layout.styl @@ -13,6 +13,11 @@ a &:hover color $base0C +.form-control, .form-control:focus + background-color $base01 + border-color $base00 + color $base07 + body display flex flex-direction column