-
-
Notifications
You must be signed in to change notification settings - Fork 221
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: URL color on homepage in dark-mode (#1286)
* Fix: URL color on homepage in darkmode * Fix prettier error
- Loading branch information
Showing
1 changed file
with
8 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -579,27 +579,30 @@ const Home = (props: any) => { | |
If you ❤️ JSON Schema consider becoming a{' '} | ||
<a | ||
href='https://json-schema.org/overview/sponsors' | ||
className='border-b border-black' | ||
className='border-b border-black dark:border-white' | ||
> | ||
sponsor | ||
</a> | ||
, a{' '} | ||
<a | ||
href='https://json-schema.org/overview/sponsors#benefits-of-being-an-individual-backer' | ||
className='border-b border-black ' | ||
className='border-b border-black dark:border-white' | ||
> | ||
backer | ||
</a>{' '} | ||
or hiring our{' '} | ||
<a href='/pro-help' className='border-b border-black'> | ||
<a | ||
href='/pro-help' | ||
className='border-b border-black dark:border-white' | ||
> | ||
pro services | ||
</a> | ||
. | ||
</p> | ||
<p className='w-5/6 lg:w-3/5 mx-auto'> | ||
<a | ||
href='https://opencollective.com/json-schema' | ||
className='border-b border-black' | ||
className='border-b border-black dark:border-white' | ||
> | ||
Support us! | ||
</a> | ||
|
@@ -886,7 +889,7 @@ for Accounting integrations' | |
<br /> | ||
<a | ||
href='mailto:[email protected]' | ||
className='border-b border-black' | ||
className='border-b border-black dark:border-white' | ||
> | ||
Email us | ||
</a>{' '} | ||
|