Skip to content

Commit 1a88aef

Browse files
authored
Merge pull request #532 from xRSquared/main
fix: prevent text overlap
2 parents e9b145b + 7027cc6 commit 1a88aef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/layout/SideContent.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ const SideContent: Component<{
5555
<div class="w-full lg:w-9/12 p-5 md:p-10 bg-white dark:bg-solid-darkbg">
5656
<a
5757
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"
58+
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"
5959
>
6060
<b>New Beta Docs!</b>&nbsp;Click here to access new beta documentation at{' '}
6161
<u>docs.solidjs.com</u>.

0 commit comments

Comments
 (0)