Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Finish cleaning up CSS from move to CSS variables for colors #3028

Merged
merged 16 commits into from
Oct 1, 2021
Merged
Prev Previous commit
Next Next commit
Fix color of email tag tooltip
  • Loading branch information
sandymcfadden committed Sep 29, 2021
commit fea864fa62b6bdad139cc8cca6f35a699d4e92bc
2 changes: 1 addition & 1 deletion lib/tag-email-tooltip/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

.tag-email-tooltip__inside {
padding: 6px 8px;
color: var(--background-color);
color: #fff;
text-align: center;
border-radius: 3px;
background-color: #000;
Expand Down