Skip to content

Commit 7363582

Browse files
AlexandreBonneauchrisvfritz
authored andcommitted
Set the default color for the search input (#516)
* Set the default color for the search input Since the search input text color is not set, if a user has changed its default color (ie. when using a dark theme), then the search input text can be unreadable. * Update search color to $dark
1 parent 202e45d commit 7363582

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

themes/vue/source/css/_header.styl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ body.docs
4242
box-sizing border-box
4343
padding 0 15px 0 30px
4444
border 1px solid #e3e3e3
45+
color $dark
4546
outline none
4647
border-radius 15px
4748
margin-right 10px

0 commit comments

Comments
 (0)