mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
- Currently, there is a bug with section header with Bootstrap 5 migration in stable. It causes the section headers not to have underline in Debian stable but only in Debian testing. This is due to the variable --bs-secondar-border-subtle being defined only in Bootstrap 5.3 (testing) but not in Bootstrap 5.2 (stable). - The removal of the border is actually reducing visual noise. So, commit to it by removing the border even on testing. To Increase contrast to the section headers, increase their font size (but reduce font weight). Tests: - In testing and stable VMs, the style is same and as expected. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: Veiko Aasa <veiko17@disroot.org>