Updated Features (markdown)

supersteve3d 2022-10-25 02:05:50 +08:00
parent e56163ecfa
commit 10abe0c5c4

@ -516,6 +516,9 @@ Create a file named `user.css` near `webui.py` and put custom CSS code into it.
A useful tip is you can append `/?__theme=dark` to your webui url to enable a built in *dark theme*
<br>e.g. (`http://127.0.0.1:7860/?__theme=dark`)
Alternatively, you can add the `--theme=dark` to the `set COMMANDLINE_ARGS=` in `webui-user.bat`<br>
e.g. `set COMMANDLINE_ARGS=--theme=dark`
![chrome_O1kvfKs1es](https://user-images.githubusercontent.com/39339941/197560013-51e535d6-7cef-4946-ab6b-747e1c76b007.png)