removed black theme from setup

This commit is contained in:
zadam 2021-06-30 21:30:54 +02:00
parent 2035304b63
commit 1e767482b4

View file

@ -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>