mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-18 12:34:46 -04:00
Fix homepage search colors
This commit is contained in:
parent
e5e175c73b
commit
ddaebc4ed0
@ -2,5 +2,5 @@
|
||||
<i class="icon-search"></i>
|
||||
</a>
|
||||
<form id="site-search-form" action="">
|
||||
<input type="search" id="search-input" placeholder="Search {{.Site.Title}}...">
|
||||
<input type="search" id="search-input" {{if .IsHome}} class="homepage-search"{{end}} placeholder="Search {{.Site.Title}}...">
|
||||
</form>
|
File diff suppressed because one or more lines are too long
@ -17,6 +17,11 @@
|
||||
}
|
||||
}
|
||||
|
||||
input#search-input.homepage-search {
|
||||
background-color: $hugo-white!important;
|
||||
color:$base-font-color;
|
||||
}
|
||||
|
||||
ul.animated {
|
||||
margin-top: 0px;
|
||||
margin-bottom: 0px;
|
||||
|
2
static/css/style.min.css
vendored
2
static/css/style.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user