holygrail2 1.1.63 → 1.1.65

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "holygrail2",
3
- "version": "1.1.63",
3
+ "version": "1.1.65",
4
4
  "description": "A minimal, responsive, style-agnostic CSS framework.",
5
5
  "main": "scss/style.scss",
6
6
  "directories": {
@@ -784,7 +784,7 @@ button {
784
784
  .has-light .btn-google {
785
785
  background-color: $c-white;
786
786
  color: $c-primary;
787
- border: 1px solid $c-white;
787
+ border: var(--line-width) solid $c-primary;
788
788
 
789
789
  &:focus,
790
790
  &.focus,
@@ -793,7 +793,7 @@ button {
793
793
  &:visited,
794
794
  &:active,
795
795
  &.active {
796
- border: 1px solid $c-light-grey;
796
+ border: var(--line-width) solid $c-light-grey;
797
797
  opacity: 1;
798
798
  }
799
799
  }