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

@@ -31,9 +31,9 @@ body {
}
.icon.icon-href {
fill: $shadow;
fill: var(--shadow);
:hover {
fill: $primary;
fill: var(--primary);
}
}