Rationalize warning and explanation box styling. Fixes #188

merge-requests/70/head
crockwave 4 years ago
parent 25f4c427b8
commit 9bf8b5d0fb

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

@ -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;

Loading…
Cancel
Save