Update file size

This commit is contained in:
Felix 2020-05-31 19:55:00 -05:00
parent d6db2e7c59
commit f19031a071

View file

@ -3,9 +3,9 @@
const localBase = './water.css/'
const fileSizes = {
dark: 2.46,
light: 2.43,
auto: 3.13
dark: 2.57,
light: 2.55,
auto: 3.27
}
const themeForm = document.getElementById('theme-form')