Skip to content

Commit 51acbed

Browse files
committed
fix: link color meets background AND text contrast reqs
1 parent 5722538 commit 51acbed

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

styles/styles.css

+4-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,10 @@
1616
--light-color: #e1e1e1;
1717
--dark-color: #c6c6c6;
1818
--text-color: #292929;
19-
--link-color: #4c75ff;
20-
--link-hover-color: #3b63fb;
19+
--link-color: #4565F2;
20+
--link-hover-color: #2f4de1;
21+
22+
/* #3562ff */
2123

2224
/* fonts */
2325
--body-font-family: roboto, roboto-fallback;

0 commit comments

Comments
 (0)