2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

CSS: New var proposal + init headings-color (#37904)

* Proposal

* Revert opacity changes

---------

Co-authored-by: Mark Otto <markd.otto@gmail.com>
This commit is contained in:
Louis-Maxime Piton
2023-04-21 05:09:43 +02:00
committed by GitHub
parent 10afeb51b7
commit 0bea3f35c6
4 changed files with 5 additions and 9 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ hr {
font-style: $headings-font-style;
font-weight: $headings-font-weight;
line-height: $headings-line-height;
color: var(--#{$prefix}heading-color, inherit);
color: var(--#{$prefix}heading-color);
}
h1 {