RTL Version
• NodeJs
To have dark mode enabled, replace the reference of
app.min.css to
app.rtl.css and
bootstrap.min.css to
bootstrap.rtl.css in the
views/partials/head-css.ejs and in the
views/partials/main.ejs file update the html
tag like
<html lang="en" dir="rtl">