You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: site/content/docs/0.0/content/typography.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ OUDS Web sets basic global display, typography<!--, and link styles-->. When mor
17
17
- Use the `$font-family-base`, `$font-size-base`, and `$line-height-base` attributes as our typographic base applied to the `:root` children.
18
18
- 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" >}}).
19
19
<!-- - 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).
21
21
22
22
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`.
0 commit comments