mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-31 10:42:38 +00:00
Fix homepage search colors
This commit is contained in:
@@ -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;
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user