@primer/doctocat-nextjs 0.0.0-20251216142147 → 0.0.0-20251219160328
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/CHANGELOG.md +7 -1
- package/css/prose.module.css +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,11 +1,17 @@
|
|
|
1
1
|
# @primer/doctocat-nextjs
|
|
2
2
|
|
|
3
|
-
## 0.0.0-
|
|
3
|
+
## 0.0.0-20251219160328
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- Fake entry to force publishing
|
|
8
8
|
|
|
9
|
+
## 0.0.0-20251219160326
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [`58b234f`](https://github.com/primer/doctocat-nextjs/commit/58b234fc348a9261ad73781e031cf2cd40e2abdb) Thanks [@danielguillan](https://github.com/danielguillan)! - Improves accessibility of anchor links by adding an underline
|
|
14
|
+
|
|
9
15
|
## 0.8.0
|
|
10
16
|
|
|
11
17
|
### Minor Changes
|
package/css/prose.module.css
CHANGED
|
@@ -173,7 +173,7 @@
|
|
|
173
173
|
.Prose a:not(:global(.custom-component) a),
|
|
174
174
|
.Prose a:-webkit-any-link:not(:global(.custom-component) a:-webkit-any-link) {
|
|
175
175
|
color: var(--brand-InlineLink-color-rest);
|
|
176
|
-
text-decoration:
|
|
176
|
+
text-decoration: underline;
|
|
177
177
|
position: relative;
|
|
178
178
|
}
|
|
179
179
|
|