@primer/doctocat-nextjs 0.8.1-rc.bc6f4fb → 0.8.1

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.
@@ -173,11 +173,8 @@
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
- position: relative;
177
- }
178
-
179
- .Prose a:hover:not(:global(.custom-component) a:hover) {
180
176
  text-decoration: underline;
177
+ position: relative;
181
178
  }
182
179
 
183
180
  .Prose a::after:not(:global(.custom-component) a::after) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@primer/doctocat-nextjs",
3
- "version": "0.8.1-rc.bc6f4fb",
3
+ "version": "0.8.1",
4
4
  "description": "A Next.js theme for building Primer documentation sites",
5
5
  "main": "index.js",
6
6
  "type": "module",