cgal
cgal copied to clipboard
Use light mode in the doc by default
trafficstars
Successfully tested in CGAL-6.0-Ic-209
See also what I have done in another PR: commit https://github.com/CGAL/cgal/commit/6a45cc9f66ef3672eb290e3ee55a9425f632526b.
The result is a cgal_stylesheet.css that seems compatible with light, dark, and print modes.
@lrineau I don't know what you intended with your comment https://github.com/CGAL/cgal/pull/8100#issuecomment-2200393723
- I don't think the changes in the css should be hidden in PR #8186 but should be in a PR of their own.
- What setting did you use for the
HTML_COLORSTYLE? or did you use the default settingAUTO_LIGHT? - Why setting just one color and not the way doxygen does it (see https://github.com/doxygen/doxygen/tree/master/templates/html directory and also https://github.com/doxygen/doxygen/blob/master/doc/doxygen_manual.cssfile
- I see that you use the property
backgroundwhy not usebackground-colorasbackgroundsets / influences not onlybackground-colorbut also e.g.background-imageetc