forked from 00dani/lemoncurry
Use nice base16-conforming colours on form-controls
This commit is contained in:
parent
9e2c6a6634
commit
3151621acb
1 changed files with 5 additions and 0 deletions
|
@ -13,6 +13,11 @@ a
|
||||||
&:hover
|
&:hover
|
||||||
color $base0C
|
color $base0C
|
||||||
|
|
||||||
|
.form-control, .form-control:focus
|
||||||
|
background-color $base01
|
||||||
|
border-color $base00
|
||||||
|
color $base07
|
||||||
|
|
||||||
body
|
body
|
||||||
display flex
|
display flex
|
||||||
flex-direction column
|
flex-direction column
|
||||||
|
|
Loading…
Reference in a new issue