var -> const

This commit is contained in:
Jeffrey Sun 2017-06-12 18:25:34 -07:00
parent 5f34b2af88
commit f2975db70f
1 changed files with 2 additions and 2 deletions

View File

@ -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',