@myst-theme/styles 0.9.1 → 0.9.2

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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @myst-theme/styles@0.9.1 build
2
+ > @myst-theme/styles@0.9.2 build
3
3
  > tailwindcss -m -i ./app.css -o ../docs/public/tailwind.css
4
4
 
5
5
  Browserslist: caniuse-lite is outdated. Please run:
@@ -8,4 +8,4 @@ Browserslist: caniuse-lite is outdated. Please run:
8
8
 
9
9
  Rebuilding...
10
10
 
11
- Done in 2242ms.
11
+ Done in 2481ms.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @myst-theme/styles
2
2
 
3
+ ## 0.9.2
4
+
5
+ ### Patch Changes
6
+
7
+ - f4f41458: Updates to contrast and aria-labels
8
+
3
9
  ## 0.9.1
4
10
 
5
11
  ### Patch Changes
package/hover.css CHANGED
@@ -37,5 +37,5 @@
37
37
  }
38
38
 
39
39
  .hover-link {
40
- @apply font-normal text-blue-700 no-underline dark:text-blue-100 hover:text-blue-500;
40
+ @apply font-normal text-blue-700 underline-offset-2 decoration-slate-200 dark:decoration-slate-600 dark:text-blue-100 hover:text-blue-500;
41
41
  }
package/index.js CHANGED
@@ -105,12 +105,12 @@ const themeExtensions = {
105
105
  },
106
106
  invert: {
107
107
  css: {
108
- '--tw-prose-code': theme('colors.pink[500]'),
108
+ '--tw-prose-code': theme('colors.pink[400]'),
109
109
  },
110
110
  },
111
111
  stone: {
112
112
  css: {
113
- '--tw-prose-code': theme('colors.pink[600]'),
113
+ '--tw-prose-code': theme('colors.pink[700]'),
114
114
  },
115
115
  },
116
116
  }),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@myst-theme/styles",
3
- "version": "0.9.1",
3
+ "version": "0.9.2",
4
4
  "main": "index.js",
5
5
  "style": "app.css",
6
6
  "scripts": {