Skip to content

Commit 5722538

Browse files
committed
fix: increase contrast between link and text
1 parent d105bef commit 5722538

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

styles/styles.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
--light-color: #e1e1e1;
1717
--dark-color: #c6c6c6;
1818
--text-color: #292929;
19-
--link-color: #1d3ecf;
20-
--link-hover-color: #1432ad;
19+
--link-color: #4c75ff;
20+
--link-hover-color: #3b63fb;
2121

2222
/* fonts */
2323
--body-font-family: roboto, roboto-fallback;

0 commit comments

Comments
 (0)