diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index d46b8f52f..9cc926f40 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -33,7 +33,6 @@ 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 70d82608b..266224013 100644 --- a/docs/.vitepress/theme/components/Switch.vue +++ b/docs/.vitepress/theme/components/Switch.vue @@ -1,26 +1,14 @@ - @@ -72,7 +50,7 @@ const emit = defineEmits<{ width: 20px; height: 20px; border-radius: 50%; - box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08), var(--vp-shadow-1); + box-shadow: var(--vp-shadow-1); } .switch.enabled .thumb { diff --git a/docs/.vitepress/theme/components/ToggleIndexes.vue b/docs/.vitepress/theme/components/ToggleIndexes.vue index 61e13c4c4..76149375d 100644 --- a/docs/.vitepress/theme/components/ToggleIndexes.vue +++ b/docs/.vitepress/theme/components/ToggleIndexes.vue @@ -1,53 +1,19 @@