mirror of
https://github.com/QuantumNous/new-api.git
synced 2026-03-30 10:54:00 +00:00
The background utility class `bg-semi-color-bg-2` was unnecessary after recent design adjustments and unintentionally overrode intended styles. Removing it cleans up the markup and allows the footer to inherit the correct background from its parent containers. File affected: - web/src/components/layout/Footer.js Closes #1354