@@ -65,9 +65,9 @@ $textShadow: none;
// gradients
$brand-gradient: linear-gradient(
- to right,
- rgba(255, 213, 0, 1) 0%,
- rgba(255, 68, 0, 1) 99%,
+ to right,
+ rgba(255, 213, 0, 1) 0%,
+ rgba(255, 68, 0, 1) 99%,
rgba(255, 68, 0, 1) 100%
);