Increase contrast of the tooltip title color (https://github.com/woocommerce/woocommerce-admin/pull/460)

This commit is contained in:
Albert Juhé Lluveras 2018-09-20 16:21:21 +02:00 committed by GitHub
parent a877f45471
commit 18be372cad
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@
width: 100%;
text-transform: uppercase;
font-size: 11px;
color: $core-grey-dark-100;
color: $core-grey-dark-300;
opacity: 0.6;
margin-top: 0;
}