Updated underline color

This commit is contained in:
aethrvmn 2024-06-22 01:18:48 +02:00
parent 2a2937f94b
commit e19d7c1c00

View file

@ -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%;
}