Updates theme with custom link styles

Adds custom CSS to style links and the navbar,
improving the visual appearance of the documentation.

Disables unnecessary code inspection warnings to reduce clutter.
This commit is contained in:
2025-11-13 23:47:17 +03:00
parent dc3a6f6749
commit 61eb879e99
3 changed files with 69 additions and 3 deletions

View File

@@ -3,4 +3,5 @@ theme:
name: darkly
extra_css:
- styles/center.css
- styles/custom-header.css
- styles/custom-header.css
- styles/links.css