This commit is contained in:
BBaoVanC 2021-10-02 20:20:44 -05:00
parent 72cfb0834b
commit 2a7a427992
Signed by: bbaovanc
GPG Key ID: 18089E4E3CCF1D3A
3 changed files with 7 additions and 2 deletions

View File

@ -49,7 +49,7 @@ body {
text-decoration: inherit;
}
.header a {
.header a, .section-header a {
color: inherit;
}

View File

@ -0,0 +1,5 @@
<h{{ .Level }} id="{{ .Anchor | safeURL }}" class="section-header">
<a href="#{{ .Anchor | safeURL }}">
{{ .Text | safeHTML }}
</a>
</h{{ .Level }}>

View File

@ -8,7 +8,7 @@ description = "Simple Hugo theme for boba.best and bbaovanc.com"
homepage = "https://boba.best/"
tags = []
features = []
min_version = "0.41.0"
min_version = "0.71.0"
[author]
name = "bbaovanc"