mirror of
https://git.sleeping.town/mirrors/foxy-moxy
synced 2024-11-21 11:37:43 +00:00
var -> const
This commit is contained in:
parent
5f34b2af88
commit
f2975db70f
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
var head = {
|
||||
const head = {
|
||||
brick: [0, 62, 53],
|
||||
yellow: [48, 100, 64]
|
||||
}
|
||||
var bg = {
|
||||
const bg = {
|
||||
forest: '#006375',
|
||||
green: '#63D6A3',
|
||||
blue: '#358EFF',
|
||||
|
|
Loading…
Reference in a new issue