Skip to content

Commit

Permalink
match purple gradient to navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Nov 27, 2019
1 parent f0f7214 commit b7a0405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _sass/_theme.scss
Expand Up @@ -27,7 +27,7 @@
color: #cdbfe3;
text-align: center;
text-shadow: 0 1px 0 rgba(0,0,0,.1);
background-image: linear-gradient(#563d7c, #6f5499);
background-image: linear-gradient(darken($bd-purple-bright, 10%), $bd-purple-bright);

@media (min-width: 40em) {
padding: 3rem 0 4rem;
Expand Down

0 comments on commit b7a0405

Please sign in to comment.