@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.
- package/.turbo/turbo-build.log +2 -2
- package/CHANGELOG.md +6 -0
- package/hover.css +1 -1
- package/index.js +2 -2
- package/package.json +1 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @myst-theme/styles@0.9.
|
|
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
|
|
11
|
+
Done in 2481ms.
|
package/CHANGELOG.md
CHANGED
package/hover.css
CHANGED
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[
|
|
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[
|
|
113
|
+
'--tw-prose-code': theme('colors.pink[700]'),
|
|
114
114
|
},
|
|
115
115
|
},
|
|
116
116
|
}),
|