Dark theme

How to use dark template

  1. go to client/html/index.html

  2. uncomment line 8 and comment line 11 It will look like this

<link rel="stylesheet" href="./style-dark.css">
<!--<link rel="stylesheet" href="./style.css">-->

Default value:

<!--<link rel="stylesheet" href="./style-dark.css">-->
<link rel="stylesheet" href="./style.css">

Last updated