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{" "}
|
||||
<Link
|
||||
href="https://downloads.svrjs.org"
|
||||
className="font-light text-white hover:underline"
|
||||
className="text-black dark:text-white underline"
|
||||
>
|
||||
SVR.JS downloads server
|
||||
</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{" "}
|
||||
<Link
|
||||
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
|
||||
</Link>
|
||||
. Other SVR.JS mods downloads can be found in{" "}
|
||||
<Link
|
||||
href="https://downloads.svrjs.org/mods"
|
||||
className="font-light text-white hover:underline"
|
||||
className="text-black dark:text-white underline"
|
||||
>
|
||||
SVR.JS downloads server
|
||||
</Link>
|
||||
|
|
Loading…
Reference in a new issue