Use --link-color as the color of links

This commit is contained in:
kliu 2025-03-31 18:01:52 +08:00
parent f3b866fa7b
commit 4ca296894d

View File

@ -595,7 +595,7 @@ body a.tn-link:visited,
box-shadow: 0 0 0 0 var(--background); box-shadow: 0 0 0 0 var(--background);
border-radius: 4px; border-radius: 4px;
background: var(--background); background: var(--background);
color: currentColor; color: var(--link-color);
font-weight: normal; font-weight: normal;
text-decoration: underline; text-decoration: underline;