@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.
- package/css/prose.module.css +1 -4
- package/package.json +1 -1
package/css/prose.module.css
CHANGED
|
@@ -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) {
|