fixed css references of --primary-text

This commit is contained in:
RemixDev 2020-06-17 13:21:12 +02:00
parent 3586654423
commit 7682e85b87
3 changed files with 4 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

@ -52,7 +52,7 @@ $icon-dimension: 2rem;
border: 0px;
border-radius: 0px;
background-color: var(--secondary-background);
color: var(--primary-text);
color: var(--foreground);
font-size: 2rem;
font-family: 'Open Sans';
font-weight: 300;

View File

@ -8,7 +8,7 @@ input[type='search'] {
padding: 0px 8px;
border-radius: 4px;
background-color: var(--secondary-background);
color: var(--primary-text);
color: var(--foreground);
margin-bottom: 8px;
}
@ -60,7 +60,7 @@ select {
background-size: 24px;
background-position: calc(100% - 8px) center;
background-clip: border-box;
color: var(--primary-text);
color: var(--foreground);
margin-bottom: 8px;
}