retrospring/app/assets/stylesheets/overrides/_code.scss
2023-01-05 10:35:52 +01:00

4 lines
147 B
SCSS

// BUG: We removed the prefix and Bootstrap still tried to load --bs-font-monospace
pre, code, kbd, samp {
font-family: var(--font-monospace);
}