Skip to content

Commit 2fe0807

Browse files
committed
Changed hyperlink text color to meet accessibility standards
1 parent 1eeb764 commit 2fe0807

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/assets/app.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ body {
1010
}
1111

1212
a {
13-
color: #987cb8;
13+
color: #694988;
1414
text-decoration: none;
1515
transition: color 0.1s ease-in-out;
1616
}

0 commit comments

Comments
 (0)