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:
LeJun 2022-04-17 07:59:55 +02:00 committed by GitHub
parent d0fc2569ff
commit 814b19badb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;