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:
@@ -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
7322
assets/css/main.min.css
vendored
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user