Dark layout
No need to change any js or css files.
If you want to change layout to dark mode you need to add dark only
class with your
body tag
<body class="dark-only">
</body>
Dark layout page

Top
No need to change any js or css files.
If you want to change layout to dark mode you need to add dark only
class with your
body tag
<body class="dark-only">
</body>