diff options
author | User Content <content@content.events.ccc.de> | 2024-12-22 23:03:02 +0000 |
---|---|---|
committer | User Content <content@content.events.ccc.de> | 2024-12-22 23:03:02 +0000 |
commit | 8f8a60a3b35020daedadfa041b01bda2fc163164 (patch) | |
tree | 67be10057c9e8ddb7e8a0257edf79b9a7c110f8e /templates | |
parent | df142fc3849671f8af421ff96a8a17e664c12318 (diff) |
Introduce dark mode
Diffstat (limited to 'templates')
-rw-r--r-- | templates/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/index.html b/templates/index.html index 1d42018..e4b3529 100644 --- a/templates/index.html +++ b/templates/index.html | |||
@@ -20,6 +20,8 @@ | |||
20 | <button class="main-button two-columns" onclick="twocol()" title="Display events in two columns">2col</button> | 20 | <button class="main-button two-columns" onclick="twocol()" title="Display events in two columns">2col</button> |
21 | <button class="main-button three-columns" onclick="threecol()" title="Display events in three columns">3col</button> | 21 | <button class="main-button three-columns" onclick="threecol()" title="Display events in three columns">3col</button> |
22 | <button class="main-button four-columns" onclick="fourcol()" title="Display events in four columns">4col</button> | 22 | <button class="main-button four-columns" onclick="fourcol()" title="Display events in four columns">4col</button> |
23 | <button class="main-button dark-mode-button" onclick="darkmode()" title="Force dark mode">🌙</button> | ||
24 | <button class="main-button light-mode-button" onclick="lightmode()" title="Force light mode">☀️</button> | ||
23 | </div> | 25 | </div> |
24 | <div style="float: right; margin: 0"> | 26 | <div style="float: right; margin: 0"> |
25 | <button class="main-button" onclick="sort_by(random_sort)" title="Sort events randomly">rand</button> | 27 | <button class="main-button" onclick="sort_by(random_sort)" title="Sort events randomly">rand</button> |