initial commit

This commit is contained in:
corey-b 2020-07-14 18:21:14 -04:00
parent 7aa3149944
commit 659ce10d39
4 changed files with 31 additions and 5 deletions

5
.firebaserc Normal file
View file

@ -0,0 +1,5 @@
{
"projects": {
"default": "monkey-type"
}
}

View file

@ -1,5 +0,0 @@
{
"projects": {
"default": "project id"
}
}

21
public/themes/bento.css Normal file
View file

@ -0,0 +1,21 @@
:root {
--bg-color: #335C71;
--main-color: #FC7374;
--caret-color: #FC7374;
--sub-color: #131615;
--text-color: #FFFAF8;
--error-color: #FC7374;
--error-extra-color: #e3002b;
--colorful-error-color: #FC7374;
--colorful-error-extra-color: #e3002b;
}
#menu .icon-button:nth-child(1),
#menu .icon-button:nth-child(2),
#menu .icon-button:nth-child(3),
#menu .icon-button:nth-child(4),
#menu .icon-button:nth-child(5),
#menu .icon-button:nth-child(6) {
color: #FC7374;
}

View file

@ -287,5 +287,10 @@
"name": "graen",
"bgColor": "#4D5E56",
"textColor": "#C0B096"
},
{
"name": "bento",
"bgColor": "#335C71",
"textColor": "#FC7374"
}
]