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:
parent
9339019308
commit
e36f6d25b8
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue