mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Merge pull request #204 from Lincoded/patch-1
Increase contrast of SM tracker
This commit is contained in:
@@ -54,7 +54,7 @@
|
|||||||
border-bottom-left-radius: 4px;
|
border-bottom-left-radius: 4px;
|
||||||
border-bottom-right-radius: 4px;
|
border-bottom-right-radius: 4px;
|
||||||
background-color: #546E7A;
|
background-color: #546E7A;
|
||||||
color: #000000;
|
color: #ffffff;
|
||||||
padding: 0 3px 3px;
|
padding: 0 3px 3px;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
@@ -102,3 +102,7 @@
|
|||||||
.hide {
|
.hide {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
background-color: #000000;
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user