We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e9b145b + 7027cc6 commit 1a88aefCopy full SHA for 1a88aef
1 file changed
src/components/layout/SideContent.tsx
@@ -55,7 +55,7 @@ const SideContent: Component<{
55
<div class="w-full lg:w-9/12 p-5 md:p-10 bg-white dark:bg-solid-darkbg">
56
<a
57
href="https://docs.solidjs.com"
58
- class="sticky top-16 p-3 w-full block text-white text-center rounded-md bg-amber-400 hover:bg-gray-400 transition duration-300"
+ class="sticky top-16 p-3 w-full block text-transparent hover:text-white text-center rounded-md bg-amber-400 hover:bg-gray-400 transition duration-300"
59
>
60
<b>New Beta Docs!</b> Click here to access new beta documentation at{' '}
61
<u>docs.solidjs.com</u>.
0 commit comments