Crow/docs/stylesheets/colors.css
The-EDev 23648445f3 Changed documentation. a lot.
Added mkdocs documentation.
Altered doxygen generation (doxyfile and shell script) to work with mkdocs.
Removed the whole html folder thing for docs, now the files reside in the root gh-pages branch.
New readme.
2020-11-28 17:28:47 +03:00

7 lines
131 B
CSS

:root {
--md-primary-fg-color: #161616;
--md-accent-fg-color: #396A97;
--md-typeset-a-color: var(--md-accent-fg-color);
}