Merge branch 'rationalize_warning_fediverse_notices' into 'develop'
Rationalize warning and explanation box styling. Fixes #188 Closes #188 See merge request soapbox-pub/soapbox-fe!70
This commit is contained in:
commit
4e199daccb
2 changed files with 4 additions and 4 deletions
|
@ -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…
Reference in a new issue