Increase contrast of SM tracker

Improve accessibility by changing text to white and page background to black.

Original contrast ratio was 3.88, and new contrast ratio is 5.4
This commit is contained in:
Lincoded 2022-01-11 00:48:27 -08:00 committed by GitHub
parent 9339019308
commit e36f6d25b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -54,7 +54,7 @@
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
background-color: #546E7A;
color: #000000;
color: #ffffff;
padding: 0 3px 3px;
font-size: 14px;
cursor: default;
@ -102,3 +102,7 @@
.hide {
display: none;
}
body {
background-color: #000000;
}