Dark theme
How to use dark template
go to client/html/index.html
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
Was this helpful?