diff options
| author | ST-DDT <[email protected]> | 2023-01-26 20:03:54 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-01-26 19:03:54 +0000 |
| commit | 86ae8b9d698f5b2c75214b0cfef869122a591001 (patch) | |
| tree | 3cbba9be094e0b26349fb9bb920d328abe22c3a8 /docs | |
| parent | 04b4aacd16fd1e9129f906c6efd7b74ec6a75a1c (diff) | |
| download | faker-86ae8b9d698f5b2c75214b0cfef869122a591001.tar.xz faker-86ae8b9d698f5b2c75214b0cfef869122a591001.zip | |
docs: big api button (#1773)
Co-authored-by: Shinigami <[email protected]>
Co-authored-by: Matt Mayer <[email protected]>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/.vitepress/theme/index.css | 5 | ||||
| -rw-r--r-- | docs/index.md | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/docs/.vitepress/theme/index.css b/docs/.vitepress/theme/index.css index 9e7f65fb..f6981bb9 100644 --- a/docs/.vitepress/theme/index.css +++ b/docs/.vitepress/theme/index.css @@ -13,3 +13,8 @@ table td ul li { .nav-bar-title .logo { min-height: 2rem; } + +.VPHero .action:not(:last-child) a.VPButton.alt { + border-color: var(--vp-button-brand-border) !important; + color: var(--vp-button-brand-border) !important; +} diff --git a/docs/index.md b/docs/index.md index 61d97443..df9b12f2 100644 --- a/docs/index.md +++ b/docs/index.md @@ -13,6 +13,9 @@ hero: text: Get Started link: /guide/ - theme: alt + text: Browse API + link: /api/ + - theme: alt text: View on GitHub link: https://github.com/faker-js/faker |
