Fixed a color mismatch issue

This commit is contained in:
Cody Keats
2026-01-02 15:29:36 -05:00
parent 99b879910f
commit b1c59cf0c6

View File

@@ -29,11 +29,6 @@ export const base = import.meta.env.BASE_URL.endsWith('/') ? import.meta.env.BAS
font-weight: 600;
}
/* Step numbers more prominent */
.sl-steps > li::before {
background: var(--sl-color-accent) !important;
}
/* Section dividers */
.sl-markdown-content hr {
border-color: var(--sl-color-accent-low);