Logged out CSS fixes

This commit is contained in:
Alex Gleason 2020-06-07 16:44:17 -05:00
parent e78d8d59b6
commit 73fd6d67f9
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7
2 changed files with 3 additions and 3 deletions

View file

@ -83,12 +83,12 @@ button {
}
&.button-alternative-2 {
background: var(--brand-color--med);
background: var(--accent-color);
&:active,
&:focus,
&:hover {
background-color: var(--brand-color--faint);
background-color: var(--accent-color--bright);
}
}

View file

@ -658,7 +658,7 @@
.empty-column-indicator,
.error-column {
color: var(--primary-text-color);
background: var(--brand-color--med);
background: var(--accent-color--med);
text-align: center;
padding: 40px;
font-size: 15px;