@astrojs/starlight 0.8.0 → 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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @astrojs/starlight
2
2
 
3
+ ## 0.8.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#612](https://github.com/withastro/starlight/pull/612) [`1b367e3`](https://github.com/withastro/starlight/commit/1b367e3f65e3736b5f91c9853a487f7f5d174a6f) Thanks [@KubaJastrz](https://github.com/KubaJastrz)! - Avoid applying hovered `<select>` text color to its `<options>`
8
+
3
9
  ## 0.8.0
4
10
 
5
11
  ### Minor Changes
package/README.md CHANGED
@@ -8,9 +8,9 @@ Starlight is a documentation website framework for [Astro][astro].
8
8
 
9
9
  ## Support
10
10
 
11
- Get help in the [Astro Discord](discord). Post questions in our `#support` forum with the “starlight” tag, or visit our dedicated `#starlight` channel to discuss current development and more!
11
+ Get help in the [Astro Discord][discord]. Post questions in our `#support` forum with the “starlight” tag, or visit our dedicated `#starlight` channel to discuss current development and more!
12
12
 
13
- You can also submit bug reports and feature requests as [GitHub issues](issues).
13
+ You can also submit bug reports and feature requests as [GitHub issues][issues].
14
14
 
15
15
  ## Contributing
16
16
 
@@ -19,7 +19,7 @@ Join us as a Starlight contributor! These links will help you get started:
19
19
  - [Contributor Manual][contributing]
20
20
  - [Code of Conduct][coc]
21
21
  - [Community Guide][community]
22
- - [Join the `#starlight` channel on Discord](discord)
22
+ - [Join the `#starlight` channel on Discord][discord]
23
23
 
24
24
  ## License
25
25
 
@@ -73,6 +73,7 @@ interface Props {
73
73
 
74
74
  option {
75
75
  background-color: var(--sl-color-bg-nav);
76
+ color: var(--sl-color-gray-1);
76
77
  }
77
78
 
78
79
  @media (min-width: 50rem) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@astrojs/starlight",
3
- "version": "0.8.0",
3
+ "version": "0.8.1",
4
4
  "description": "Build beautiful, high-performance documentation websites with Astro",
5
5
  "keywords": [
6
6
  "docs",