We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1eb4a5c commit 133b89fCopy full SHA for 133b89f
MeiliSearchBox.vue
@@ -79,7 +79,7 @@ export default {
79
</script>
80
81
<style lang="stylus">
82
-@require '~/.vuepress/styles/palette.styl'
+@require './styles/palette.styl'
83
84
.meilisearch-search-wrapper
85
& > span
styles/palette.styl
@@ -0,0 +1,8 @@
1
+
2
+$accentDarkColor ?= $accentColor
3
4
+$inputDarkBgColor ?= #444d52
5
6
+$textDarkColor ?= #eaeaea
7
8
+$borderDarkColor ?= lighten($inputDarkBgColor, 10%)
0 commit comments