From f19031a07113190a86ef8a5bd9786485e6cbc979 Mon Sep 17 00:00:00 2001 From: Felix Date: Sun, 31 May 2020 19:55:00 -0500 Subject: [PATCH] Update file size --- docs/script.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/script.js b/docs/script.js index 1bc7497f..6f7e5acf 100644 --- a/docs/script.js +++ b/docs/script.js @@ -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')