We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
Bootstrap only supports dark mode starting in 5.3, Odoo 17 used 5.1, which has no dark mode support. So:
add dark mode by hand using prefers-color-scheme and possibly light-dark and color-scheme
prefers-color-scheme
light-dark
color-scheme
stop using website.layout, and switch to an other front-end framework with support for dark themes
website.layout
https://picocss.com/ could be a nice pick, the only thing we'd need is a link to the backend (and login) as the rest is mostly irrelevant...
relevant parent templates: website_templates.xml:/template[@id=layout] < portal_templates.xml:/template[@id=frontend_layout] < webclient_templates.xml:/template[@id=web.frontend_layout] < webclient_templates.xml:/template[@id=web.layout]
website_templates.xml:/template[@id=layout]
portal_templates.xml:/template[@id=frontend_layout]
webclient_templates.xml:/template[@id=web.frontend_layout]
webclient_templates.xml:/template[@id=web.layout]
Sorry, something went wrong.
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: