f7fcd03bfcd490892f921cd6cdca593e58e39a0c
The Operator Instructions panel had a hardcoded inline style (background: #f8f9fa) which became a white-on-dark unreadable blob in dark mode. Replaced with a CSS class backed by an SCSS file that branches at compile-time via $o-webclient-color-scheme — registered in both web.assets_backend (light) and web.assets_web_dark (dark) bundles per the CLAUDE.md pattern. Tokens: panel bg #f8f9fa light / #22262d dark; border #d8dadd / #3a3f47; text #212529 / #e8eaed. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Description
Odoo 19 custom modules
Languages
Python
55.9%
HTML
26.1%
JavaScript
14.9%
SCSS
1.8%
CSS
0.8%
Other
0.4%