Improve look of the input

This commit is contained in:
Borys_Levytskyi
2021-01-15 12:51:05 +02:00
parent 8ab3451096
commit b3803c9986
2 changed files with 7 additions and 6 deletions

View File

@@ -24,9 +24,9 @@ function HelpResultView() {
<div className="section">
<strong className="section-title soft">Color Theme Commands</strong>
<ul>
<li><code><CommandLink text="light" /></code> set Light theme</li>
<li><code><CommandLink text="dark" /></code> set Dark theme</li>
<li><code><CommandLink text="midnight" /></code> set Midnight theme</li>
<li><code><CommandLink text="light" /></code> set Light color theme</li>
<li><code><CommandLink text="dark" /></code> set Dark color theme</li>
<li><code><CommandLink text="midnight" /></code> set Midnight color theme</li>
</ul>
</div>
<div className="section">