diff options
| author | Xe Iaso <me@xeiaso.net> | 2025-04-23 08:07:53 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-23 12:07:53 +0000 |
| commit | cfbe16f2d0037b179624f692acd2276a8733e2fd (patch) | |
| tree | 4bb7a6b769135fb95143ffa7fa85f1f23608aea5 /docs | |
| parent | 1b206175f83926801d0b65953a85e8a5ea27d73d (diff) | |
| download | anubis-cfbe16f2d0037b179624f692acd2276a8733e2fd.tar.xz anubis-cfbe16f2d0037b179624f692acd2276a8733e2fd.zip | |
feat(xess): move CSS color definitions to CSS variables (#339)
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/docs/CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/docs/CHANGELOG.md b/docs/docs/CHANGELOG.md index 045c34d..c5a8484 100644 --- a/docs/docs/CHANGELOG.md +++ b/docs/docs/CHANGELOG.md @@ -29,6 +29,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added documentation on how to use Anubis with Traefik in Docker - Improved error handling in some edge cases - Disable `generic-bot-catchall` rule because of its high false positive rate in real-world scenarios +- Moved all CSS inline to the Xess package, changed colors to be CSS variables - Set or append to `X-Forwarded-For` header unless the remote connects over a loopback address [#328](https://github.com/TecharoHQ/anubis/issues/328) ## v1.16.0 |
