holygrail2 1.0.45 → 1.0.46

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/dist/style.css CHANGED
@@ -3288,6 +3288,7 @@ b {
3288
3288
 
3289
3289
  .text-underline {
3290
3290
  text-decoration: underline;
3291
+ text-underline-offset: 2px;
3291
3292
  }
3292
3293
 
3293
3294
  .has-ellipsis {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "holygrail2",
3
- "version": "1.0.45",
3
+ "version": "1.0.46",
4
4
  "description": "A minimal, responsive, style-agnostic CSS framework.",
5
5
  "main": "scss/style.scss",
6
6
  "directories": {
@@ -4,7 +4,6 @@ header {
4
4
  position: fixed;
5
5
  top: 0;
6
6
  width: 100%;
7
- color: #ffffff;
8
7
  z-index: 100;
9
8
  height: 50px;
10
9
  transition: all ease 0.3s;
@@ -22,13 +21,8 @@ header {
22
21
  header ul.list-clear li {
23
22
  margin: 0;
24
23
  }
25
- header a {
26
- color: white;
27
- }
28
24
 
29
- header.interior a {
30
- color: #212121;
31
- }
25
+
32
26
  header.interior svg path {
33
27
  fill: #212121;
34
28
  }