_sass/bootstrap/_reboot.scss in jekyll-theme-centos-2.2.21 vs _sass/bootstrap/_reboot.scss in jekyll-theme-centos-2.3.0.beta.1
- old
+ new
@@ -85,11 +85,11 @@
margin-bottom: $headings-margin-bottom;
font-family: $headings-font-family;
font-style: $headings-font-style;
font-weight: $headings-font-weight;
line-height: $headings-line-height;
- color: var(--#{$prefix}heading-color);
+ color: $headings-color;
}
h1 {
@extend %heading;
@include font-size($h1-font-size);
@@ -239,14 +239,14 @@
// Links
a {
- color: rgba(var(--#{$prefix}link-color-rgb), var(--#{$prefix}link-opacity, 1));
+ color: var(--#{$prefix}link-color);
text-decoration: $link-decoration;
&:hover {
- --#{$prefix}link-color-rgb: var(--#{$prefix}link-hover-color-rgb);
+ color: var(--#{$prefix}link-hover-color);
text-decoration: $link-hover-decoration;
}
}
// And undo these styles for placeholder links/named anchors (without href).