mirror of
https://github.com/iv-org/invidious.git
synced 2025-08-09 14:18:29 +00:00
Increase color contrast of light theme links
These darker shades of blue have at minimum 7:1 contrast ratio against a white background, conforming to WCAG AAA. Also links are now underlined when hovered or focused.
This commit is contained in:
parent
62f015fc34
commit
76c750b057
@ -1,10 +1,11 @@
|
||||
a:hover,
|
||||
a:active {
|
||||
color: #167ac6 !important;
|
||||
a:focus {
|
||||
color: #075A9E !important;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #61809b;
|
||||
color: #335d7a;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user