Replace color variable

This commit is contained in:
Nolo 2021-02-15 15:38:44 +00:00 committed by GitHub
parent 63ad746995
commit 7c937713ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,7 +54,7 @@ body textarea {
max-width: 808px;
button {
margin-left: 1em;
background-color: lighten($secondary, 10%);
background-color: var(--material-lighter-secondary);
}
}