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 {
|
.chapter-title {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
text-decoration-color: var(--accent-color);
|
text-decoration-thickness: 2px;
|
||||||
text-underline-offset:65%;
|
text-decoration-color: #5f573c;
|
||||||
|
text-underline-offset:35%;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
|
|
|
@ -1,9 +1,8 @@
|
||||||
<div class="post container">
|
<div class="post container">
|
||||||
<div class="post-header-section">
|
<div class="post-header-section">
|
||||||
<h1>{{ .Title }}</h1>
|
<h1>{{ .Title }}</h1>
|
||||||
<small role="doc-subtitle">{{ .Description }}</small>
|
<small role="doc-subtitle" class="chapter-title">{{ .Description }}</small>
|
||||||
</div>
|
</div>
|
||||||
<hr style="margin-top:1%;margin-bottom:-3%;margin-right:50%">
|
|
||||||
<div class="post-content">
|
<div class="post-content">
|
||||||
{{ .Content }}
|
{{ .Content }}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue