mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Update typography.md re: where to find global vars
Docs should indicate that `_reboot.scss` uses the variables, but to see their values users would look in `_variables.scss`.
This commit is contained in:
parent
2db8b5f36d
commit
90388f4e49
1 changed files with 2 additions and 2 deletions
|
@ -15,11 +15,11 @@ Bootstrap includes simple and easily customized typography for headings, body te
|
||||||
|
|
||||||
Bootstrap sets basic global display, typography, and link styles. Specifically, we:
|
Bootstrap sets basic global display, typography, and link styles. Specifically, we:
|
||||||
|
|
||||||
- Set `background-color: #fff;` on the `<body>`
|
- Use `$body-bg` to set a `background-color` on the `<body>` (`#fff` by default)
|
||||||
- Use the `$font-family-base`, `$font-size-base`, and `$line-height-base` attributes as our typographic base
|
- Use the `$font-family-base`, `$font-size-base`, and `$line-height-base` attributes as our typographic base
|
||||||
- Set the global link color via `$link-color` and apply link underlines only on `:hover`
|
- Set the global link color via `$link-color` and apply link underlines only on `:hover`
|
||||||
|
|
||||||
These styles can be found within `_reboot.scss`.
|
These styles can be found within `_reboot.scss`, and the global variables are defined in `_variables.scss`.
|
||||||
|
|
||||||
|
|
||||||
## Headings
|
## Headings
|
||||||
|
|
Loading…
Reference in a new issue