Fix CSS styles

- Move docs graphics to appropriate place
- Fix spacing of header anchors
- Fix display of card grids in md
- Fix display of badges
- Fix theme-aware diagram coloring
- Fix left table columns being line-broken too aggressively
This commit is contained in:
mDuo13
2024-01-29 18:59:25 -08:00
parent 0a04ecfb54
commit 9265b0bfee
42 changed files with 159 additions and 198 deletions

View File

@@ -558,12 +558,12 @@ $nav-height: 80px;
}
// Fix so anchors don't jump under the fixed header ----------------------------
.main h1:before,
.main h2:before,
.main h3:before,
.main h4:before,
.main h5:before,
.main h6:before,
article h1:before,
article h2:before,
article h3:before,
article h4:before,
article h5:before,
article h6:before,
.interactive-block:before {
display: block;
content: " ";