@t8/docsgen 0.4.4 → 0.4.5

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.
@@ -25,7 +25,6 @@ header h1 > a:link,
25
25
  header h1 > a:hover,
26
26
  header h1 > a:visited,
27
27
  header h1 > a:active {
28
- --color: var(--aux-emphatic-color);
29
28
  text-decoration: underline;
30
29
  border-bottom: none;
31
30
  }
@@ -112,7 +111,6 @@ aside h1 > a:link,
112
111
  aside h1 > a:hover,
113
112
  aside h1 > a:visited,
114
113
  aside h1 > a:active {
115
- --color: var(--aux-emphatic-color);
116
114
  text-decoration: underline;
117
115
  border-bottom: none;
118
116
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@t8/docsgen",
3
- "version": "0.4.4",
3
+ "version": "0.4.5",
4
4
  "description": "",
5
5
  "main": "dist/bin.js",
6
6
  "type": "module",
@@ -25,7 +25,6 @@ header h1 > a:link,
25
25
  header h1 > a:hover,
26
26
  header h1 > a:visited,
27
27
  header h1 > a:active {
28
- --color: var(--aux-emphatic-color);
29
28
  text-decoration: underline;
30
29
  border-bottom: none;
31
30
  }
@@ -112,7 +111,6 @@ aside h1 > a:link,
112
111
  aside h1 > a:hover,
113
112
  aside h1 > a:visited,
114
113
  aside h1 > a:active {
115
- --color: var(--aux-emphatic-color);
116
114
  text-decoration: underline;
117
115
  border-bottom: none;
118
116
  }