Merge pull request #1577 from kliu/theme

Use --link-color as the color of links
This commit is contained in:
JYC333 2025-03-31 20:58:42 +02:00 committed by GitHub
commit 9397dfd6a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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