diff --git a/Shared/Resources/Sepia.nnwtheme/stylesheet.css b/Shared/Resources/Sepia.nnwtheme/stylesheet.css index 3f88f177d6..afa9d2040d 100644 --- a/Shared/Resources/Sepia.nnwtheme/stylesheet.css +++ b/Shared/Resources/Sepia.nnwtheme/stylesheet.css @@ -44,7 +44,7 @@ a:hover { --article-date-color: rgba(0, 0, 0, 0.5); --table-cell-border-color: lightgray; --primary-accent-color: #43350e; - --secondary-accent-color: #43350e; + --secondary-accent-color: #935211; --block-quote-border-color: rgba(0, 0, 0, 0.3); } @@ -78,6 +78,12 @@ body > header .headerTable th { body > header .headerTable td.avatar { width: 33%; } +body > article #bodyContainer a, +body > article #bodyContainer a:link, +body > article #bodyContainer a:visited { + color: var(--secondary-accent-color); + border-bottom: 1px dotted rgba(0, 0, 0, 0.15); +} body code, body pre {