Merge pull request #204 from Lincoded/patch-1

Increase contrast of SM tracker
This commit is contained in:
Hussein Farran 2022-01-18 09:32:44 -05:00 committed by GitHub
commit ffc7715f1b
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;
}