holygrail2 1.1.6 → 1.1.7

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.6",
3
+ "version": "1.1.7",
4
4
  "description": "A minimal, responsive, style-agnostic CSS framework.",
5
5
  "main": "scss/style.scss",
6
6
  "directories": {
@@ -28,7 +28,8 @@ svg-icon {
28
28
  &.c-invert {
29
29
  fill: $c-white;
30
30
  }
31
- &.ico-white,
31
+ &.ico-white,
32
+ .ico-white &
32
33
  &.c-invert {
33
34
  path {
34
35
  fill: $c-white;
@@ -371,7 +371,8 @@ input::input-placeholder {
371
371
  margin-top: var(--line-width);
372
372
  margin-bottom: 0;
373
373
  line-height: 1.1;
374
- color: $c-dark-grey;
374
+ color: $c-primary;
375
+ opacity: .6;
375
376
  border-radius: $obj-radius;
376
377
  transition: all 0.1s ease-in-out;
377
378
  pointer-events: none;