diff options
author | Adam Mathes <adam@trenchant.org> | 2018-09-29 10:41:35 -0700 |
---|---|---|
committer | Adam Mathes <adam@trenchant.org> | 2018-09-29 10:41:35 -0700 |
commit | 6a6cc29e2b5e55b785ef3cbcba2e6a85e29625f4 (patch) | |
tree | 84e1616333d75e2cfbfbc8dedc27144a7a6faab0 /static/ui.html | |
parent | 9ed9a09c02336a36e6bae328ed306a7c28de1600 (diff) | |
download | neko-6a6cc29e2b5e55b785ef3cbcba2e6a85e29625f4.tar.gz neko-6a6cc29e2b5e55b785ef3cbcba2e6a85e29625f4.tar.bz2 neko-6a6cc29e2b5e55b785ef3cbcba2e6a85e29625f4.zip |
light/dark/black themes
Diffstat (limited to 'static/ui.html')
-rw-r--r-- | static/ui.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/static/ui.html b/static/ui.html index 13d102e..752d177 100644 --- a/static/ui.html +++ b/static/ui.html @@ -34,7 +34,6 @@ <li><a href="/export/text">text</a></li> <li><a href="/export/json">json</a></li> </ul> - </div> </div> @@ -108,9 +107,11 @@ <li> <input id="search" type="search" /><button class="search_go">search</button> </li> - <li> + <li class="themes"> + <button class="light_theme">light</button> + <button class="dark_theme">dark</button> + <button class="black_theme">black</button> </li> - </ul> </script> |