settings page visual improvements

This commit is contained in:
partisan 2024-09-29 08:33:49 +02:00
parent d275f5e628
commit 94f4ce3b32
5 changed files with 63 additions and 10 deletions

View file

@ -73,7 +73,7 @@
<h2>Settings</h2>
<div class="settings-content">
<button id="settingsButton" onclick="window.location.href='/settings'">All settings</button> <!-- Well its unessesary to use js here but this menu will not work without js anyway -->
<div class="theme-settings">
<div class="theme-settings theme-mini-settings">
<p><span class="highlight">Current theme: </span> <span id="theme_name">{{.Theme}}</span></p>
<div class="themes-settings-menu">
<div><img class="view-image-search clickable" id="dark_theme" alt="Dark Theme" src="/static/images/dark.webp"></div>