[theme] fix background color in the default theme

This commit is contained in:
Timothy Stack 2020-08-30 22:48:07 -07:00
parent 0940e97b2b
commit f0934a6e3c
1 changed files with 5 additions and 1 deletions

View File

@ -5,7 +5,11 @@
"default": {
"styles": {
"text": {
"color": "Silver"
"color": "Silver",
"background-color": "Black"
},
"identifier": {
"background-color": "Black"
},
"alt-text": {
"color": "Silver",