Hide anchor in index

Signed-off-by: KenHV <yo@kenharris.xyz>
This commit is contained in:
KenHV 2021-11-26 22:18:41 +05:30
parent d32455142d
commit ded5b87db1
2 changed files with 5 additions and 1 deletions

View File

@ -288,3 +288,7 @@ h4:hover a {
opacity: 1;
transition-delay: 0s;
}
.framed .h-anchor {
visibility: hidden;
}

File diff suppressed because one or more lines are too long