@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.
- package/dist/css/section.css +0 -2
- package/package.json +1 -1
- package/src/css/section.css +0 -2
package/dist/css/section.css
CHANGED
|
@@ -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
package/src/css/section.css
CHANGED
|
@@ -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
|
}
|