Removed all old SASS color variables.
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
.select {
|
||||
color: $shadow-strong;
|
||||
background: $background;
|
||||
color: var(--shadow-strong);
|
||||
background: var(--background);
|
||||
padding: .5rem;
|
||||
font-size: 1rem;
|
||||
border: solid 1px $shadow-weak;
|
||||
border: solid 1px var(--shadow-weak);
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user