Convert all icons to CSS variables, add feed button next to tags heading

This commit is contained in:
daudix
2024-12-23 23:19:37 +03:00
parent 08860f5974
commit 673f77cfd1
17 changed files with 150 additions and 180 deletions

View File

@ -10,9 +10,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Add French translation (#113).
- Provide a way to subscribe to the tag feed (#104).
### Changed
- Convert all icons to CSS variables for de-duplication and easier replacement.
- Don't use all available width for table of contents sidebar.
### Fixed
@ -21,7 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Removed
- **[BREAKING]** Remove `fix_contrast` and `fix_contrast_dark` config/page/section variables in favor of automatic contrast color picking (#43).
- **[BREAKING]** Remove `extra.fix_contrast` and `extra.fix_contrast_dark` config/page/section variables in favor of automatic contrast color picking (#43).
## [v6.1.1](https://codeberg.org/daudix/duckquill/compare/v6.1.0...v6.1.1)