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

@@ -1,5 +1,5 @@
// General color elements ------------------------------------------------------
.content {
article {
p code,
table code,
@@ -318,7 +318,7 @@ a.card:hover,
// Buttons
.btn-outline-secondary,
.content a.button,
article a.button,
.navbar-dark .navbar-nav .nav-link.btn-outline-secondary {
color: $dark;
border-color: $dark;