forked from DebaucheryLibrarian/traxxx
Removed all old SASS color variables.
This commit is contained in:
@@ -31,9 +31,9 @@ body {
|
||||
}
|
||||
|
||||
.icon.icon-href {
|
||||
fill: $shadow;
|
||||
fill: var(--shadow);
|
||||
|
||||
:hover {
|
||||
fill: $primary;
|
||||
fill: var(--primary);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user