aboutsummaryrefslogtreecommitdiff
path: root/docs/api
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2023-12-29 16:50:43 +0100
committerGitHub <[email protected]>2023-12-29 16:50:43 +0100
commita87602b3c45b1f7903460adfd6268c65c8669682 (patch)
tree9c330d5c330b1e4fe85320fed753475c167d9f2c /docs/api
parent945acc151f01d87613cb5c13fd3841b982428254 (diff)
downloadfaker-a87602b3c45b1f7903460adfd6268c65c8669682.tar.xz
faker-a87602b3c45b1f7903460adfd6268c65c8669682.zip
chore(deps): update doc-dependencies (#2301)
Diffstat (limited to 'docs/api')
-rw-r--r--docs/api/ApiIndex.vue6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/api/ApiIndex.vue b/docs/api/ApiIndex.vue
index 7ef64a80..3d2130cd 100644
--- a/docs/api/ApiIndex.vue
+++ b/docs/api/ApiIndex.vue
@@ -120,7 +120,7 @@ h2 {
h3 {
letter-spacing: -0.01em;
- color: var(--vp-c-green);
+ color: var(--vp-c-brand-1);
font-size: 18px;
margin-bottom: 1em;
transition: color 0.5s;
@@ -147,7 +147,7 @@ h3 {
}
.api-groups ul a:hover {
- color: var(--vp-c-green);
+ color: var(--vp-c-brand-1);
transition: none;
}
@@ -181,7 +181,7 @@ h3 {
}
.api-filter:focus {
- border-color: var(--vp-c-green-light);
+ border-color: var(--vp-c-brand-2);
}
.no-match {