Dark Version Layout

No need to change any js or css files.

If you want to change layout to dark mode you need to add data-theme="light" class with your html tag


  <html lang="en" data-theme="dark">

  </html>
            
image