mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-16 13:23:56 -07:00
- Switched to CMake for configuring and building the doxygen Website. - Set the minimum requirements to CMake >=3.18.4 and Doxygen >=1.9.1. - Rewrite the LICENSE.txt and docs README.txt to markdown. - Add the folder which is used in the README to gitignore. - Add a custom style to the doxygen website based on the docs webpage. - Update CI to use the new Doxygen Build process. Closes #7052
7 lines
191 B
CSS
7 lines
191 B
CSS
html {
|
|
--primary-color: #9A3334;
|
|
--primary-dark-color: #602021;
|
|
--primary-light-color: #bf4042;
|
|
--header-background: var(--primary-color);
|
|
--header-foreground: #FFFFFF;
|
|
}
|