mirror of
https://github.com/zadam/trilium.git
synced 2025-01-16 03:58:53 +08:00
removed black theme from setup
This commit is contained in:
parent
2035304b63
commit
1e767482b4
1 changed files with 0 additions and 4 deletions
|
@ -108,10 +108,6 @@
|
|||
<input class="form-check-input" type="radio" name="theme" id="theme-dark" value="dark" data-bind="checked: theme">
|
||||
<label class="form-check-label" for="theme-dark">dark</label>
|
||||
</div>
|
||||
<div class="form-check form-check-inline">
|
||||
<input class="form-check-input" type="radio" name="theme" id="theme-black" value="black" data-bind="checked: theme">
|
||||
<label class="form-check-label" for="theme-black">black</label>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<p style="font-size: smaller;margin-top: 10px;"><em>Theme can be later changed in Options -> Appearance.</em></p>
|
||||
|
|
Loading…
Reference in a new issue