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

@@ -89,30 +89,6 @@ html.light{
color: $black;
}
.use-case-external-link {
border: 1px solid $gray-300;
}
.content .use-case-external-link a {
text-decoration: none;
color: $black;
}
.use-case-step-num {
margin-top: 64px;
margin-bottom: 24px;
color: #eae7e6;
font-size: 5.16em;
font-weight: 400;
font-family: "Space Mono", sans-serif;
}
.use-case-step-length {
float: right;
color: #888;
font-size: 1rem;
}
.arrows-container {
position: absolute;
top: 50%;