mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
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:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user