Use --link-color as the color of links

pull/1577/head
kliu 2025-03-31 18:01:52 +07:00
parent f3b866fa7b
commit 4ca296894d
1 changed files with 1 additions and 1 deletions

@ -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;