fix background color

This commit is contained in:
Francesco Esposito 2020-02-07 22:11:55 +01:00 committed by Francesco Esposito
parent e963eb2d29
commit 108a909c0b
2 changed files with 2 additions and 2 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "tomadoro",
"version": "1.5.1",
"version": "1.6.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,7 +1,7 @@
@import url('https://fonts.googleapis.com/css?family=Fredoka+One');
body {
background-color: #2e2929;
background-color: #2e2e2e;
text-align: center;
color: #131313;
user-select: none;