mirror of
https://github.com/iv-org/invidious.git
synced 2025-04-21 16:06:32 -04:00
Increased footer text contrast to 7:1 ratio
Increased footer text contrast to 7:1 ratio for accessibility as stated in WCAG21. Being footer supplementary content, the 4.5:1 could have been used as well if prefered.
This commit is contained in:
parent
d0fc2569ff
commit
814b19badb
@ -302,7 +302,7 @@ p.video-data { margin: 0; font-weight: bold; font-size: 80%; }
|
||||
*/
|
||||
|
||||
footer {
|
||||
color: #919191;
|
||||
color: #adadad;
|
||||
margin-top: auto;
|
||||
padding: 1.5em 0;
|
||||
text-align: center;
|
||||
|
Loading…
x
Reference in New Issue
Block a user