Skip to content

Commit 0690e7e

Browse files
.
1 parent a83db12 commit 0690e7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/content/docs/0.0/content/typography.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ OUDS Web sets basic global display, typography<!--, and link styles-->. When mor
1717
- Use the `$font-family-base`, `$font-size-base`, and `$line-height-base` attributes as our typographic base applied to the `:root` children.
1818
- Use `max-width` on all font references for readability reasons. If you want to get rid of the `max-width`, please make sure to use our `.mw-none` [width utility]({{< docsref "/utilities/sizing" >}}).
1919
<!-- - Set the global link color via `$link-color`. -->
20-
- Use `$body-bg` to set a `background-color` on the `:root` children (`#fff` by default).
20+
- Use `--bs-color-bg-primary` to set a `background-color` on the `:root` children (`#fff` by default).
2121

2222
These styles can be found within `_reboot.scss`, and the global variables are defined in `_variables.scss`. Make sure to set `$font-size-base` in `rem`.
2323

0 commit comments

Comments
 (0)