mirror of
https://github.com/Metastem/wikiless
synced 2024-12-06 19:16:58 +01:00
Merge pull request #68 from xbdmHQ/patch-1
remove the dark experimental and change white to light mode
This commit is contained in:
+2
-2
@@ -516,8 +516,8 @@ module.exports = function(redis) {
|
||||
<div class="option">
|
||||
<select id="theme" name="theme">
|
||||
<option value="" ${(!theme ? 'selected' : '')}>Auto</option>
|
||||
<option value="white" ${(theme == 'white' ? 'selected' : '')}>White</option>
|
||||
<option value="dark" ${(theme == 'dark' ? 'selected' : '')}>Dark (experimental)</option>
|
||||
<option value="white" ${(theme == 'white' ? 'selected' : '')}>Light Mode</option>
|
||||
<option value="dark" ${(theme == 'dark' ? 'selected' : '')}>Dark Mode</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user