Skip to content

Commit 14084c7

Browse files
committed
2 parents a42a04a + ffd0def commit 14084c7

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

packages/@vuepress/plugin-search/SearchBox.vue

+1
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ export default {
160160
input
161161
cursor text
162162
width 10rem
163+
height: 2rem
163164
color lighten($textColor, 25%)
164165
display inline-block
165166
border 1px solid darken($borderColor, 10%)

packages/docs/docs/theme/default-theme-config.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,14 @@ All options listed on this page apply to the default theme only. If you are usin
88

99
## Homepage
1010

11-
The default theme provides a homepage layout (which is used on [the homepage of this very website](../README.md)). To use it, specify `home: true` plus some other metadata in your root `README.md`'s [YAML front matter](../guide/markdown.md#front-matter). This is the actual data used on this site:
11+
The default theme provides a homepage layout (which is used on [the homepage of this very website](../README.md)). To use it, specify `home: true` plus some other metadata in your root `README.md`'s [YAML front matter](../guide/markdown.md#front-matter). This is an example of how it works:
1212

1313
``` yaml
1414
---
1515
home: true
1616
heroImage: /hero.png
17+
heroText: Hero Title
18+
tagline: Hero subtitle
1719
actionText: Get Started →
1820
actionLink: /guide/
1921
features:

0 commit comments

Comments
 (0)