Skip to content

Commit 7872ada

Browse files
committed
Finish improving accessibiliy
1 parent 64048d4 commit 7872ada

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/components/Card.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@ a {
4343

4444
.card>.card-date {
4545
text-align: center;
46-
color: rgb(122, 122, 122);
46+
color: #707070;
4747
}

src/components/Footer.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ footer p {
2020
}
2121

2222
.info a {
23-
color: #b393ff;
23+
color: #bab9fb;
2424
}
2525

2626
footer a:hover {
27-
color: #ceb9ff;
27+
color: #d5d4ff;
2828
}
2929

3030
.info {

src/components/MarkdownProjectLayout.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.date {
2-
color: rgb(122, 122, 122);
2+
color: 707070;
33
font-style: italic;
44
}
55

0 commit comments

Comments
 (0)