diff --git a/Shared/Resources/Hyperlegible.nnwtheme/stylesheet.css b/Shared/Resources/Hyperlegible.nnwtheme/stylesheet.css index 5110d5a98..6f372f7be 100644 --- a/Shared/Resources/Hyperlegible.nnwtheme/stylesheet.css +++ b/Shared/Resources/Hyperlegible.nnwtheme/stylesheet.css @@ -42,12 +42,12 @@ a:hover { :root { --header-table-border-color: rgba(0, 0, 0, 0.1); - --header-color: rgba(0, 0, 0, 0.3); + --header-color: rgba(8, 106, 238, 1); --body-code-color: #666; --system-message-color: #cbcbcb; --feedlink-color: rgba(255, 0, 0, 0.6); --article-title-color: #333; - --article-date-color: rgba(0, 0, 0, 0.3); + --article-date-color: rgba(0, 0, 0, 0.5); --table-cell-border-color: lightgray; } @@ -490,6 +490,10 @@ a.footnote:hover, font-size: 135%; } + body .externalLink { + font-size: 135%; + } + body a, body a:visited { color: var(--accent-color); }