Update file sizes

This commit is contained in:
Felix 2020-05-29 22:26:32 -05:00
parent 6d66c9c05a
commit 95296ac857

View file

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