Skip to content

Commit 16fd20f

Browse files
committed
Fix color contrast accessibility issue
1 parent 77544cc commit 16fd20f

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

src/style.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ body {
66
text-align: center;
77
}
88

9+
a {
10+
color: #1e4867;
11+
}
12+
13+
caption {
14+
color: #454545;
15+
}
16+
917
/* LAYOUTS */
1018

1119
.row-layout {

0 commit comments

Comments
 (0)