CSS: Fix colors, footer styling

This commit is contained in:
mDuo13
2024-01-30 14:34:59 -08:00
parent 6c938f7f4d
commit 63a1a4828b
9 changed files with 270 additions and 34 deletions

View File

@@ -567,9 +567,10 @@ article h6:before,
.interactive-block:before {
display: block;
content: " ";
margin-top: -80px;
height: 80px;
margin-top: -40px;
height: 40px;
visibility: hidden;
pointer-events: none;
}
// Fix so links aren't unclickable underneath the header anchor-fix