Fix button contrast issues: add default colors to base .btn class and fix .cta-section .btn text visibility

- Base .btn now defaults to green bg (#148069) with white text
- .cta-section .btn on /tools page now explicitly sets color: white
- Fixes WCAG AA contrast failure where dark grey text (#444) was on dark blue bg (#144784)
- All bare .btn elements across site (tools, blog articles, error pages) now have visible text
This commit is contained in:
root
2026-02-10 10:40:46 +00:00
parent aadcdf8e3c
commit 0598088a86
3 changed files with 4074 additions and 3252 deletions

View File

@@ -42,6 +42,8 @@ body {
display: inline-flex;
align-items: center;
justify-content: center;
background: #148069;
color: white;
}
.btn-primary {

7322
assets/css/main.min.css vendored

File diff suppressed because it is too large Load Diff