diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 9cc926f40..d46b8f52f 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -33,6 +33,7 @@ Here you'll find some general guidelines for those who would like to start contr For submitting new links, follow these steps: - Make sure it's not already in the wiki. The easiest way to do this is to check our [Single Page](https://api.fmhy.net/single-page) using `ctrl+f`. +- Don't spam a bunch of un-tested links at once. Try to only send things you genuinely feel might be worth adding. - Reach out via the feedback system, [GitHub](https://github.com/fmhy/edit), or join our [Discord](https://github.com/fmhy/FMHY/wiki/FMHY-Discord). Note that we have to check sites ourselves, so using a issue, rather than pull request is easier. - You can optionally include socials, tools, or any other additional info alongside the entry. diff --git a/docs/.vitepress/theme/components/Switch.vue b/docs/.vitepress/theme/components/Switch.vue index 266224013..70d82608b 100644 --- a/docs/.vitepress/theme/components/Switch.vue +++ b/docs/.vitepress/theme/components/Switch.vue @@ -1,14 +1,26 @@ - @@ -50,7 +72,7 @@ const enabled = ref(false) width: 20px; height: 20px; border-radius: 50%; - box-shadow: var(--vp-shadow-1); + box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08), var(--vp-shadow-1); } .switch.enabled .thumb { diff --git a/docs/.vitepress/theme/components/ToggleIndexes.vue b/docs/.vitepress/theme/components/ToggleIndexes.vue index 76149375d..61e13c4c4 100644 --- a/docs/.vitepress/theme/components/ToggleIndexes.vue +++ b/docs/.vitepress/theme/components/ToggleIndexes.vue @@ -1,19 +1,53 @@