mirror of
https://github.com/iv-org/invidious.git
synced 2025-08-25 05:58:30 +00: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 {
|
footer {
|
||||||
color: #919191;
|
color: #adadad;
|
||||||
margin-top: auto;
|
margin-top: auto;
|
||||||
padding: 1.5em 0;
|
padding: 1.5em 0;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
Loading…
Reference in New Issue
Block a user