Updated underline color

This commit is contained in:
aethrvmn 2024-06-22 02:25:10 +02:00
parent e19d7c1c00
commit fde5ade00f
2 changed files with 2 additions and 1 deletions

View file

@ -42,7 +42,7 @@ strong {
.chapter-title { .chapter-title {
text-decoration: underline; text-decoration: underline;
text-decoration-thickness: 2px; text-decoration-thickness: 2px;
text-decoration-color: var(--accent-color); text-decoration-color: #665d40;
text-underline-offset:35%; text-underline-offset:35%;
} }

View file

@ -44,6 +44,7 @@ enableRobotsTXT = true
# Accent color is displayed when you hover over <a> tags # Accent color is displayed when you hover over <a> tags
accentColor = "#AC9C6D" accentColor = "#AC9C6D"
# accentColor = "#665d40"
text_color = "" text_color = ""
author = "" author = ""