fix: make links in text below the heading visible in light mode

This commit is contained in:
Dorian Niemiec 2024-09-07 21:41:26 +02:00
parent 092926523c
commit 438ab92c37
2 changed files with 3 additions and 3 deletions

View file

@ -51,7 +51,7 @@ const DownloadPage: React.FC = async () => {
found in{" "} found in{" "}
<Link <Link
href="https://downloads.svrjs.org" href="https://downloads.svrjs.org"
className="font-light text-white hover:underline" className="text-black dark:text-white underline"
> >
SVR.JS downloads server SVR.JS downloads server
</Link> </Link>

View file

@ -50,14 +50,14 @@ const ModsPage: React.FC = async () => {
Get all the latest version of SVR.JS mods here! Notes can be found at{" "} Get all the latest version of SVR.JS mods here! Notes can be found at{" "}
<Link <Link
href="/docs/mod-notes" href="/docs/mod-notes"
className="font-light text-white hover:underline" className="text-black dark:text-white underline"
> >
&ldquo;SVR.JS mod notes&rdquo; section in SVR.JS documentation &ldquo;SVR.JS mod notes&rdquo; section in SVR.JS documentation
</Link> </Link>
. Other SVR.JS mods downloads can be found in{" "} . Other SVR.JS mods downloads can be found in{" "}
<Link <Link
href="https://downloads.svrjs.org/mods" href="https://downloads.svrjs.org/mods"
className="font-light text-white hover:underline" className="text-black dark:text-white underline"
> >
SVR.JS downloads server SVR.JS downloads server
</Link> </Link>