DEV: Remove SCSS color vars fallbacks (#112)

This commit is contained in:
Penar Musaraj 2021-05-12 16:16:40 -04:00 committed by GitHub
parent 43189e0f56
commit c25c041f98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -180,7 +180,7 @@
text-transform: uppercase;
line-height: 1;
letter-spacing: 1px;
color: var(--quaternary, $quaternary) !important;
color: var(--quaternary) !important;
}
.adbutler-ad {
@ -229,7 +229,7 @@
p.help {
margin: 0;
margin-top: 5px;
color: var(--primary-medium, $primary-medium);
color: var(--primary-medium);
font-size: $font-down-1;
clear: both;
}