Skip to content
Snippets Groups Projects
Unverified Commit 20c85d3c authored by Chris Lawton's avatar Chris Lawton Committed by GitHub
Browse files

Merge pull request #120 from OpenTechFund/bugfix-white-headers

moving light bg header parent selector back inside header title class…
parents db9e4dce eafb4456
No related branches found
No related tags found
No related merge requests found
...@@ -72,6 +72,11 @@ ...@@ -72,6 +72,11 @@
padding: 0; padding: 0;
} }
.header--light-bg & {
color: $color--dark-grey;
text-shadow: none;
}
&--homepage { &--homepage {
@include responsive-font-sizes(36px, 72px); @include responsive-font-sizes(36px, 72px);
max-width: 750px; max-width: 750px;
...@@ -88,11 +93,6 @@ ...@@ -88,11 +93,6 @@
content: ''; content: '';
transition: height, width, 10s ease; transition: height, width, 10s ease;
} }
.header--light-bg & {
color: $color--dark-grey;
text-shadow: none;
}
} }
} }
......
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