increase the contrast on light mode links

this gives my link color a rating of AAA on the WCAG standard. yay!

Fixes #1
This commit is contained in:
Fries 2023-04-25 22:32:16 -07:00
parent b1f754c1b8
commit 03946ad938
1 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ p {
}
a {
color: #1e66f5;
color: #1a1adc;
}
}
@ -33,6 +33,6 @@ p {
}
a {
color: #89b4fa;
color: #8cb8ff;
}
}