@primer/doctocat-nextjs 0.9.0 → 0.9.1-rc.0b02481
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
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @primer/doctocat-nextjs
|
|
2
2
|
|
|
3
|
+
## 0.9.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#92](https://github.com/primer/doctocat-nextjs/pull/92) [`bc694fa`](https://github.com/primer/doctocat-nextjs/commit/bc694fae9e9565c55b67e5b8c9d9302067061226) Thanks [@rezrah](https://github.com/rezrah)! - Increase contrast of the "Skip to main content" link where Primer React link color rules were overriding component-level ones.
|
|
8
|
+
|
|
3
9
|
## 0.9.0
|
|
4
10
|
|
|
5
11
|
### Minor Changes
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
z-index: 999;
|
|
6
6
|
padding: var(--base-size-16);
|
|
7
7
|
background-color: var(--base-color-scale-blue-5);
|
|
8
|
-
color: var(--base-color-scale-white-0);
|
|
8
|
+
color: var(--base-color-scale-white-0) !important; /* Override the PRC default link styles */
|
|
9
9
|
}
|
|
10
10
|
.SkipToMainContent:not(:focus) {
|
|
11
11
|
clip: rect(1px, 1px, 1px, 1px);
|