more vars for colors

This commit is contained in:
2021-07-07 13:39:22 +03:00
parent c642b3e940
commit 051121e5b2
3 changed files with 16 additions and 11 deletions

View File

@@ -5,7 +5,11 @@
"loaderWidth": 200,
"colors": {
"back": "#2f3542",
"buttonFill": "#a4b0be",
"buttonStroke": "#191C23",
"buttonFont": "#000000",
"answer": {
"stroke": "#191C23",
"wrong": "#ff6b81",
"right": "#7bed9f",
"notPassed": "#a4b0be"