Updated underline color
This commit is contained in:
parent
e19d7c1c00
commit
fde5ade00f
2 changed files with 2 additions and 1 deletions
|
@ -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%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -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 = ""
|
||||||
|
|
Loading…
Reference in a new issue