holygrail2 1.4.16 → 1.4.17

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.4.16",
3
+ "version": "1.4.17",
4
4
  "description": "A minimal, responsive, style-agnostic CSS framework.",
5
5
  "main": "scss/style.scss",
6
6
  "style": "dist/style.css",
@@ -657,6 +657,7 @@ button {
657
657
  background-color: transparent;
658
658
  cursor: pointer;
659
659
  color: $c-dark-grey;
660
+ opacity: 1;
660
661
 
661
662
  }
662
663