Files
ortools-clone/ortools/python/stylesheet.css
Corentin Le Molgat 2b376f84af python: Add doxygen python doc
Signed-off-by: Corentin Le Molgat <corentinl@google.com>
2023-07-05 10:28:25 +02:00

17 lines
290 B
CSS

/* The standard CSS for doxygen 1.9.6*/
html {
/* page base colors */
/*--page-background-color: white;*/
/*--page-foreground-color: black;*/
/* header */
--header-background: #d9821e;
--header-foreground: white;
/* footer */
--footer-background: #d9821e;
--footer-foreground: white;
}