mirror of https://github.com/istio/istio.io.git
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:
parent
d78ccde0de
commit
71e0799f97
|
@ -118,12 +118,14 @@
|
||||||
|
|
||||||
.panel-title { color: $accentColor; }
|
.panel-title { color: $accentColor; }
|
||||||
|
|
||||||
|
// Adjusting color based on $accentColor with contrast for WCAG compliance
|
||||||
|
|
||||||
.btn {
|
.btn {
|
||||||
border-color: #7dc5f2;
|
border-color: #7dc6f8;
|
||||||
color: #7dc5f2;
|
color: #7dc6f8;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background-color: #7dc5f2;
|
background-color: #7dc6f8;
|
||||||
color: $secondaryAccentColor;
|
color: $secondaryAccentColor;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue