Updated underline style
This commit is contained in:
parent
11624fd670
commit
2a2937f94b
2 changed files with 4 additions and 4 deletions
|
@ -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 {
|
||||
|
|
|
@ -1,9 +1,8 @@
|
|||
<div class="post container">
|
||||
<div class="post-header-section">
|
||||
<h1>{{ .Title }}</h1>
|
||||
<small role="doc-subtitle">{{ .Description }}</small>
|
||||
<small role="doc-subtitle" class="chapter-title">{{ .Description }}</small>
|
||||
</div>
|
||||
<hr style="margin-top:1%;margin-bottom:-3%;margin-right:50%">
|
||||
<div class="post-content">
|
||||
{{ .Content }}
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue