This commit is contained in:
Jerry
2020-07-16 19:30:54 +08:00
Unverified
parent 5b6e008b84
commit 898cc31c58
93 changed files with 2128 additions and 2151 deletions

View File

@@ -11,7 +11,8 @@
outline: none
border: 2px solid $search-color
border-radius: 2rem
background: $search-bg
background: var(--search-bg)
color: var(--search-input-color)
font-size: 14px
.ais-hits--item.algolia-hit-item
@@ -20,7 +21,7 @@
&:hover
&:before
border-color: $theme-button-hover-color
border-color: $pseudo-hover
&:before
$w = .3rem
@@ -38,7 +39,7 @@
a
display: block
color: $font-black
color: var(--search-result-title)
font-size: 14px
cursor: pointer