diff options
| author | Matt Kosarek <matt.kosarek@canonical.com> | 2026-02-23 07:48:55 -0500 |
|---|---|---|
| committer | Matt Kosarek <matt.kosarek@canonical.com> | 2026-02-23 07:48:55 -0500 |
| commit | c929a29c728c6799a3f83f5ad5c1c6f99ed516d4 (patch) | |
| tree | 42241a22eed5febd52b359725e35ed016aa42d2c /public/index.html | |
| parent | da0eedbf1733e40613215ecd117e1a4e049089ad (diff) | |
Diffstat (limited to 'public/index.html')
| -rw-r--r-- | public/index.html | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/public/index.html b/public/index.html index 55e4ba2..eb8e9ee 100644 --- a/public/index.html +++ b/public/index.html @@ -46,14 +46,13 @@ </ul> </section> - <section> - <h2>Theme</h2> - <div id="theme_selector" class="hidden"> - <button id="theme_button_default">Default</button> - <button id="theme_button_autumn">🍁 Autumn</button> - <button id="theme_button_winter">⛄ Winter</button> - <button id="theme_button_spring">🐦 Spring</button> - <button id="theme_button_summer">🌻 Summer</button> + <section id="theme_section"> + <div id="theme_selector"> + <button id="theme_button_default">🙂<span class="theme_button_text">Default</span></button> + <button id="theme_button_autumn">🍁<span class="theme_button_text">Autumn</span></button> + <button id="theme_button_winter">⛄<span class="theme_button_text">Winter</span></button> + <button id="theme_button_spring">🐦<span class="theme_button_text">Spring</span></button> + <button id="theme_button_summer">🌻<span class="theme_button_text">Summer</span></button> </div> </section> </body> |
