diff --git a/sass/buttons.scss b/sass/buttons.scss index 7abec8a..3338eaa 100644 --- a/sass/buttons.scss +++ b/sass/buttons.scss @@ -22,7 +22,7 @@ // Active & filled button styles &:active, &.active { - color: inherit; // Overriding the gloabl style for all anchors. + color: inherit; // Overriding the global style for all anchors. background-color: #ccc; }