diff --git a/assets/css/main.css b/assets/css/main.css index e11e8ed..faa4630 100755 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -41,8 +41,9 @@ strong { .chapter-title { text-decoration: underline; - text-decoration-color: var(--accent-color); - text-underline-offset:65%; + text-decoration-thickness: 2px; + text-decoration-color: #5f573c; + text-underline-offset:35%; } a { diff --git a/layouts/partials/post.html b/layouts/partials/post.html index 99d25cb..a514694 100755 --- a/layouts/partials/post.html +++ b/layouts/partials/post.html @@ -1,9 +1,8 @@