Steps to reproduce :
- Install Website module and at step of selecting a website theme,
choose Monglia
(or install and activate theme manually after Website install)
- Go to Website homepage and edit it
- Add the `Three Columns` structure block then save
Issue :
The titles in cards are blurry.
Issue can be reproduced on any theme that use the css function:
`o-theme-cfa-header-shadows`.
Solution :
Remove shadow style for light background:
bg-100, bg-200, bg-300, bg-400.
opw-2627163
closesodoo/design-themes#496
X-original-commit: 59522be3eb
Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
The license is missing in most enterprise manifest so
the decision was taken to make it explicit in all cases.
When not defined, a warning will be triggered starting from
14.0 when falling back on the default LGPL-3.
closesodoo/design-themes#42
Related: odoo/enterprise#19849
Related: odoo/odoo#74230
Signed-off-by: Xavier Dollé (xdo) <xdo@odoo.com>