Removed all old SASS color variables.

This commit is contained in:
2020-07-05 04:27:46 +02:00
parent f4ef2d4cc2
commit e4144409f0
12 changed files with 90 additions and 126 deletions

View File

@@ -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;
}