mirror of https://github.com/franjsco/tomadoro
fix background color
This commit is contained in:
parent
e963eb2d29
commit
108a909c0b
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "tomadoro",
|
||||
"version": "1.5.1",
|
||||
"version": "1.6.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue