Rationalize warning and explanation box styling. Fixes #188

This commit is contained in:
crockwave 2020-06-12 10:07:17 -05:00
parent 25f4c427b8
commit 9bf8b5d0fb
2 changed files with 4 additions and 4 deletions

View file

@ -182,10 +182,10 @@ body {
a {
color: var(--brand-color--hicontrast);
text-decoration: none;
text-decoration: underline;
&:hover {
text-decoration: underline;
text-decoration: none;
}
}
}

View file

@ -31,7 +31,7 @@
.compose-form__warning {
color: var(--primary-text-color);
margin-bottom: 10px;
background: var(--brand-color--med);
background: var(--brand-color--faint);
box-shadow: 0 2px 6px rgba($base-shadow-color, 0.3);
padding: 8px 10px;
border-radius: 4px;
@ -49,7 +49,7 @@
}
a {
color: var(--accent-color--bright);
color: var(--brand-color--hicontrast);
font-weight: 500;
text-decoration: underline;