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 { &.button-alternative-2 {
background: var(--brand-color--med); background: var(--accent-color);
&:active, &:active,
&:focus, &:focus,
&:hover { &:hover {
background-color: var(--brand-color--faint); background-color: var(--accent-color--bright);
} }
} }

View file

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