diff options
| author | Chris Rebert <[email protected]> | 2015-10-26 14:37:00 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-10-26 14:37:00 -0700 |
| commit | aedf1f9ad96aa69e6d8beeeba94e74f8223e9ce4 (patch) | |
| tree | ac6ba34c90949d64b63f28c40750c66e8782830e /docs/content | |
| parent | 944dce1c62f41221170e11814bcad920c123be4e (diff) | |
| parent | 90388f4e49b1382d7f1f8435ae61339ad0bc2e57 (diff) | |
| download | bootstrap-aedf1f9ad96aa69e6d8beeeba94e74f8223e9ce4.tar.xz bootstrap-aedf1f9ad96aa69e6d8beeeba94e74f8223e9ce4.zip | |
Merge pull request #17804 from audionerd/patch-1
Update typography docs re: global vars
[skip sauce]
Diffstat (limited to 'docs/content')
| -rw-r--r-- | docs/content/typography.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/content/typography.md b/docs/content/typography.md index e97593e2e..bc2a85c63 100644 --- a/docs/content/typography.md +++ b/docs/content/typography.md @@ -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: -- 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 - 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 |
