mirror of
https://git.solarpunk.moe/Fries/fries-website.git
synced 2024-11-09 14:32:20 +00:00
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:
parent
b1f754c1b8
commit
03946ad938
1 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@ p {
|
|||
}
|
||||
|
||||
a {
|
||||
color: #1e66f5;
|
||||
color: #1a1adc;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -33,6 +33,6 @@ p {
|
|||
}
|
||||
|
||||
a {
|
||||
color: #89b4fa;
|
||||
color: #8cb8ff;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue