Fix heading anchors and add anchor links

Fixes #460
This commit is contained in:
rubenwardy
2025-06-19 18:37:03 +01:00
parent 2ddcbfb5ab
commit 21ef5f9b84
6 changed files with 25 additions and 3 deletions

View File

@@ -51,6 +51,19 @@ h3 {
letter-spacing: .05em
}
h1, h2, h3, h4, h5, h6 {
&::after {
display: block;
content: "";
clear: both;
}
}
.header-anchor {
float: right;
opacity: 0.8;
}
.badge-notify {
background:yellow; /* #00bc8c;*/
color: black;