Skip to content

Commit eeefda6

Browse files
Fix Accessibility Contrast Issue for Learn more Buttons (#4956)
1 parent cf988cc commit eeefda6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/src/css/showcase.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ html[data-theme="dark"] {
174174
}
175175

176176
.articleButton {
177-
color: var(--ifm-color-emphasis-600);
177+
color: var(--ifm-color-emphasis-700);
178178
font-weight: 500;
179179
font-size: 15px;
180180
padding: 6px 12px;

0 commit comments

Comments
 (0)