fix: Remove fg color from sass snippet

This commit is contained in:
daudix-UFO
2023-10-15 23:22:23 +00:00
parent 8c52b6294d
commit fecb0ef6c1

View File

@ -86,7 +86,6 @@ $glow: 0 0 0 1px color.scale($primary-color, $alpha: -95%),
// GENERAL SETUP
--bg-color: #{$bg-color-d};
--fg-color: var(--light2);
}
}
```