Skip to content

Commit

Permalink
Fix: Support.org - Warning link contrast #238
Browse files Browse the repository at this point in the history
  • Loading branch information
black7375 committed Oct 6, 2021
1 parent cfd64a8 commit ea91233
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion userContent.css
Original file line number Diff line number Diff line change
Expand Up @@ -585,14 +585,18 @@
--color-text-light: var(--in-content-deemphasized-text) !important;
--color-link: var(--in-content-link-color) !important;
--color-success: var(--green-70) !important;
--color-warning: var(--yellow-70) !important;
--color-warning: var(--yellow-80) !important;
--color-error: var(--red-60) !important;
--color-error-hover: var(--red-50) !important;
--color-moz-heading: #fff;
--color-moz-inverse-bg: var(red) !important;
--focus-shadow: 0 0 0 4px color-mix(in srgb, var(--in-content-primary-button-background) 30%, transparent),
0 0 0 2px var(--in-content-primary-button-background-active);
}
.warning {
--color-link: rgb(55, 255, 255) !important;
}

body,
#main-content,
#instant-search-content,
Expand Down

0 comments on commit ea91233

Please sign in to comment.