Skip to content
This repository was archived by the owner on Feb 5, 2022. It is now read-only.

Commit 99d67db

Browse files
committed
fix(): accessibility contrast ratio
1 parent 376dee0 commit 99d67db

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

src/components/app-cta/app-cta.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
}
7474

7575
button {
76-
background-color: $orange-dark;
76+
background-color: $gray-dark;
7777
border: 0.75px solid #ffffff;
7878
border-radius: 16px;
7979
box-shadow: 0 2px 4px 0 rgba(128, 128, 128, 0.5);

src/pages/app-home/app-home.scss

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
}
7777

7878
h1 {
79-
color: $orange;
79+
color: $gray-dark;
8080
font-family: Muli;
8181
font-size: 26px;
8282
font-weight: 700;
@@ -155,8 +155,9 @@
155155
.featured-blog {
156156
margin-top: 50px;
157157

158-
h4 {
159-
color: $orange-dark;
158+
h4,
159+
a {
160+
color: $gray-dark;
160161
}
161162
}
162163

@@ -272,7 +273,7 @@
272273
}
273274

274275
h3 {
275-
color: $orange-dark;
276+
color: $gray-dark;
276277
font-size: 24px;
277278
margin-bottom: 1rem;
278279

0 commit comments

Comments
 (0)