mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2026-02-19 16:54:03 +08:00
commit
719de572a8
3 changed files with 25 additions and 5 deletions
5
.firebaserc
Normal file
5
.firebaserc
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"projects": {
|
||||
"default": "monkey-type"
|
||||
}
|
||||
}
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"projects": {
|
||||
"default": "project id"
|
||||
}
|
||||
}
|
||||
20
public/themes/bento.css
Normal file
20
public/themes/bento.css
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
:root {
|
||||
--bg-color: #2d394d;
|
||||
--main-color: #ff7a90;
|
||||
--caret-color: #ff7a90;
|
||||
--sub-color: #FFFAF8;
|
||||
--text-color: #FFFAF8;
|
||||
--error-color: #ee2a3a;
|
||||
--error-extra-color: #f04040;
|
||||
--colorful-error-color: #fc2032;
|
||||
--colorful-error-extra-color: #f04040;
|
||||
}
|
||||
|
||||
#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: #4a768d;
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue