Logged out CSS fixes
This commit is contained in:
parent
e78d8d59b6
commit
73fd6d67f9
2 changed files with 3 additions and 3 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue