We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5762d95 commit f91cf59Copy full SHA for f91cf59
src/support/variables/colors.scss
@@ -31,7 +31,7 @@ $border-red-light: desaturate($red-300, 60%) !default;
31
$border-yellow: desaturate($yellow-300, 60%) !default;
32
33
// Buttons have a slightly more opaque border than $border-black-fade (15% alpha)
34
-$border-color-button: rgba($black, 0.2);
+$border-color-button: rgba($black, 0.2) !default;
35
36
// Background colors
37
$bg-white: $white !default;
0 commit comments