Skip to content
Snippets Groups Projects
Commit 8aeaff8f authored by Olivia206's avatar Olivia206
Browse files

added variable for hero credit color

parent e64a8f68
No related branches found
No related tags found
No related merge requests found
......@@ -217,6 +217,7 @@ $hero-height: 300px !default
$hero-height-desktop: 500px !default
$hero-color: $color-text !default
$hero-background-color: $color-background-alt !default
$hero-credit-color: $color-text-alt !default
// Breadcrumb
$breadcrumb-color: $hero-color !default
......
......@@ -349,7 +349,7 @@ $space-unit: 4 !default
@mixin collapsed-figcaption
figcaption
@include meta
color: $color-text-alt
color: $hero-credit-color
position: absolute
display: block
left: 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment