Skip to content

Commit cd4dc92

Browse files
mdoXhmikosR
authored andcommitted
mention new variable in our docs
1 parent 18cfe34 commit cd4dc92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/content/docs/4.3/content/reboot.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Here are our guidelines and reasons for choosing what to override in Reboot:
2323
The `<html>` and `<body>` elements are updated to provide better page-wide defaults. More specifically:
2424

2525
- The `box-sizing` is globally set on every element—including `*::before` and `*::after`, to `border-box`. This ensures that the declared width of element is never exceeded due to padding or border.
26-
- No base `font-size` is declared on the `<html>`, but `16px` is assumed (the browser default). `font-size: 1rem` is applied on the `<body>` for easy responsive type-scaling via media queries while respecting user preferences and ensuring a more accessible approach.
26+
- No base `font-size` is declared on the `<html>`, but `16px` is assumed (the browser default). `font-size: 1rem` is applied on the `<body>` for easy responsive type-scaling via media queries while respecting user preferences and ensuring a more accessible approach. This browser default can be overridden by modifying the `$font-size-root` variable.
2727
- The `<body>` also sets a global `font-family`, `font-weight`, `line-height`, and `color`. This is inherited later by some form elements to prevent font inconsistencies.
2828
- For safety, the `<body>` has a declared `background-color`, defaulting to `#fff`.
2929

0 commit comments

Comments
 (0)