mirror of
https://github.com/orange-cpp/omath.git
synced 2026-02-13 15:03:27 +00:00
Adds custom CSS to style links and the navbar, improving the visual appearance of the documentation. Disables unnecessary code inspection warnings to reduce clutter.
7 lines
126 B
YAML
7 lines
126 B
YAML
site_name: OMATH Docs
|
|
theme:
|
|
name: darkly
|
|
extra_css:
|
|
- styles/center.css
|
|
- styles/custom-header.css
|
|
- styles/links.css |