fixed css references of --primary-text
This commit is contained in:
parent
3586654423
commit
7682e85b87
File diff suppressed because one or more lines are too long
@ -52,7 +52,7 @@ $icon-dimension: 2rem;
|
|||||||
border: 0px;
|
border: 0px;
|
||||||
border-radius: 0px;
|
border-radius: 0px;
|
||||||
background-color: var(--secondary-background);
|
background-color: var(--secondary-background);
|
||||||
color: var(--primary-text);
|
color: var(--foreground);
|
||||||
font-size: 2rem;
|
font-size: 2rem;
|
||||||
font-family: 'Open Sans';
|
font-family: 'Open Sans';
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
|
@ -8,7 +8,7 @@ input[type='search'] {
|
|||||||
padding: 0px 8px;
|
padding: 0px 8px;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
background-color: var(--secondary-background);
|
background-color: var(--secondary-background);
|
||||||
color: var(--primary-text);
|
color: var(--foreground);
|
||||||
margin-bottom: 8px;
|
margin-bottom: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -60,7 +60,7 @@ select {
|
|||||||
background-size: 24px;
|
background-size: 24px;
|
||||||
background-position: calc(100% - 8px) center;
|
background-position: calc(100% - 8px) center;
|
||||||
background-clip: border-box;
|
background-clip: border-box;
|
||||||
color: var(--primary-text);
|
color: var(--foreground);
|
||||||
margin-bottom: 8px;
|
margin-bottom: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user