Skip to content

Commit 4bbbe3f

Browse files
committed
docs: use default Furo link colors and fix changelog
- Remove custom color overrides to use Furo's default blue link colors - Remove incorrect changelog entry about non-existent documentation pages
1 parent 60d8b79 commit 4bbbe3f

2 files changed

Lines changed: 0 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
- **Pre-commit hooks**: Updated uv-secure (0.15.4) and pyright (1.1.407)
1212
- **Security**: Updated Django and Werkzeug to fix security vulnerabilities
1313
- **Documentation**: Migrated from MkDocs to Sphinx with myst-parser and Furo theme
14-
- **Documentation**: Added Advanced Configuration and Development Workflow pages
1514
- **Template tag consistency**: Template tag now uses Config class for consistent validation
1615
- **Test coverage**: Added integration tests for multi-file build and watch commands
1716

docs/conf.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,6 @@
2929
html_static_path = []
3030

3131
html_theme_options = {
32-
"light_css_variables": {
33-
"color-brand-primary": "#000000",
34-
"color-brand-content": "#000000",
35-
},
36-
"dark_css_variables": {
37-
"color-brand-primary": "#ffffff",
38-
"color-brand-content": "#ffffff",
39-
},
4032
"source_repository": "https://github.com/django-commons/django-tailwind-cli",
4133
"source_branch": "main",
4234
"source_directory": "docs/",

0 commit comments

Comments
 (0)