diff options
| author | Louis-Maxime Piton <[email protected]> | 2023-04-21 05:09:43 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-04-20 20:09:43 -0700 |
| commit | 0bea3f35c6e6decabf114d2d63d07c6501caa95f (patch) | |
| tree | 294049532376a0ee352cdf44d8f780195f3b8e9b /scss/_variables.scss | |
| parent | 10afeb51b79dce9251ec2faa49a7655b7d7f953e (diff) | |
| download | bootstrap-0bea3f35c6e6decabf114d2d63d07c6501caa95f.tar.xz bootstrap-0bea3f35c6e6decabf114d2d63d07c6501caa95f.zip | |
CSS: New var proposal + init `headings-color` (#37904)
* Proposal
* Revert opacity changes
---------
Co-authored-by: Mark Otto <[email protected]>
Diffstat (limited to 'scss/_variables.scss')
| -rw-r--r-- | scss/_variables.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_variables.scss b/scss/_variables.scss index e311bb0ef..b1fe4ba5a 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -655,7 +655,7 @@ $headings-font-family: null !default; $headings-font-style: null !default; $headings-font-weight: 500 !default; $headings-line-height: 1.2 !default; -$headings-color: null !default; +$headings-color: inherit !default; // scss-docs-end headings-variables // scss-docs-start display-headings |
