fix: make links in text below the heading visible in light mode
This commit is contained in:
parent
092926523c
commit
438ab92c37
2 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||||
|
|
|
@ -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"
|
||||||
>
|
>
|
||||||
“SVR.JS mod notes” section in SVR.JS documentation
|
“SVR.JS mod notes” 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>
|
||||||
|
|
Loading…
Reference in a new issue