diff options
author | mattkae <mattkae@protonmail.com> | 2021-12-29 16:33:55 -0500 |
---|---|---|
committer | mattkae <mattkae@protonmail.com> | 2021-12-29 16:33:55 -0500 |
commit | c3bff045eb9e28e8e49d511c9e15e13db25a2319 (patch) | |
tree | 87ab9b6e2dcdfcb6a74c7d7ab32b845fc216e568 /index.html | |
parent | dca628d985a1904be7d45b373a17ac9b7e3e09c6 (diff) |
Improved image manipulation and loading
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -69,7 +69,7 @@ </section> <h2>Theme</h2> - <div id="theme_selector"> + <div id="theme_selector" class="hidden"> <button id="theme_button_default">Default</button> <button id="theme_button_autumn">Autumn</button> </div> |