Updated underline color
This commit is contained in:
parent
2a2937f94b
commit
e19d7c1c00
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ strong {
|
|||
.chapter-title {
|
||||
text-decoration: underline;
|
||||
text-decoration-thickness: 2px;
|
||||
text-decoration-color: #5f573c;
|
||||
text-decoration-color: var(--accent-color);
|
||||
text-underline-offset:35%;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue