Skip to content

Commit c493c22

Browse files
author
Darius Rosendahl
committed
Improved readability of hero block
1 parent 57e6795 commit c493c22

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dist/css/styles.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/styles.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scss/layout/example.hero.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Basic hero styling for demo purposes
22
.hero {
33
background: $theme04;
4-
color: $color01;
4+
color: $theme02;
55
padding: $padding-default*6 0;
66
margin-bottom: $margin-default;
77

0 commit comments

Comments
 (0)