@obosbbl/grunnmuren-tailwind 0.9.0 → 0.9.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@obosbbl/grunnmuren-tailwind",
3
- "version": "0.9.0",
3
+ "version": "0.9.1",
4
4
  "description": "Grunnmuren Tailwind preset",
5
5
  "license": "MIT",
6
6
  "type": "commonjs",
package/tailwind-base.cjs CHANGED
@@ -465,8 +465,9 @@ module.exports = (userOptions) => {
465
465
  typography: (theme) => ({
466
466
  DEFAULT: {
467
467
  css: {
468
- '--tw-prose-headings': theme('colors.black'),
469
- '--tw-prose-lead': theme('colors.black'),
468
+ '--tw-prose-headings': 'inherit',
469
+ '--tw-prose-lead': 'inherit',
470
+ '--tw-prose-links': 'inherit',
470
471
  '--tw-prose-quotes': theme('colors.blue.dark'),
471
472
  '--tw-prose-quote-borders': theme('colors.green.DEFAULT'),
472
473
  '--tw-prose-counters': theme('colors.black'),