mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-31 11:49:08 +01:00
Make code HTML elements monospace again
This commit is contained in:
parent
5c583acf05
commit
b7c7838b96
2 changed files with 5 additions and 0 deletions
|
@ -70,6 +70,7 @@ $unicodeRangeValues in Lexend.$unicodeMap {
|
||||||
"overrides/badges",
|
"overrides/badges",
|
||||||
"overrides/bootstrap-datetimepicker",
|
"overrides/bootstrap-datetimepicker",
|
||||||
"overrides/buttons",
|
"overrides/buttons",
|
||||||
|
"overrides/code",
|
||||||
"overrides/colors",
|
"overrides/colors",
|
||||||
"overrides/card",
|
"overrides/card",
|
||||||
"overrides/dropdown",
|
"overrides/dropdown",
|
||||||
|
|
4
app/assets/stylesheets/overrides/_code.scss
Normal file
4
app/assets/stylesheets/overrides/_code.scss
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
// BUG: We removed the prefix and Bootstrap still tried to load --bs-font-monospace
|
||||||
|
pre, code, kbd, samp {
|
||||||
|
font-family: var(--font-monospace);
|
||||||
|
}
|
Loading…
Reference in a new issue