Skip to content

Commit a3074f6

Browse files
committed
change heading color
1 parent b864caa commit a3074f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

css/style.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ body {
9696
.card__info-box {
9797
margin: 0 auto 0 2rem; }
9898
.card__info-name {
99-
color: #6d7f97;
99+
color: #48556a;
100100
font-size: 1.4rem;
101101
font-weight: 700;
102102
margin-bottom: 0.2rem; }

scss/_components.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
}
8686

8787
&-name {
88-
color: $color-primary--dark;
88+
color: $color-primary;
8989
font-size: 1.4rem;
9090
font-weight: 700;
9191
margin-bottom: 0.2rem;

0 commit comments

Comments
 (0)