Main Website; WCAG 1.4.3: Ensures the contrast between foreground and background colors meets WCAG 2 AA contrast ratio thresholds #12022 (#14682)

* changed #7dc5f2 to #7dc6f8 based on #12022

* Added comment on the color change

* multi line comment changed to single line

* updated comment in _panel.scss

* Updated comment in _panel.scss
This commit is contained in:
adilmp1 2024-03-06 23:56:13 +05:30 committed by GitHub
parent d78ccde0de
commit 71e0799f97
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 3 deletions

View File

@ -118,12 +118,14 @@
.panel-title { color: $accentColor; }
// Adjusting color based on $accentColor with contrast for WCAG compliance
.btn {
border-color: #7dc5f2;
color: #7dc5f2;
border-color: #7dc6f8;
color: #7dc6f8;
&:hover {
background-color: #7dc5f2;
background-color: #7dc6f8;
color: $secondaryAccentColor;
}
}