diff --git a/dist/saratoga.css b/dist/saratoga.css index 42e4de2a..07d20b6e 100644 --- a/dist/saratoga.css +++ b/dist/saratoga.css @@ -1673,7 +1673,7 @@ footer { margin-top: 40px; } } -.story-body h3 { +.story-body > h3:not(.h3) { font-size: var(--h2); } diff --git a/package-lock.json b/package-lock.json index 38681cce..b0c9eb68 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "saratoga-design-system", - "version": "2.7.0", + "version": "2.7.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "saratoga-design-system", - "version": "2.7.0", + "version": "2.7.1", "dependencies": { "sass": "^1.83.0" } diff --git a/package.json b/package.json index 05844a9e..8915f914 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "saratoga-design-system", - "version": "2.7.0", + "version": "2.7.1", "scripts": { "build": "npx sass --no-source-map builds:dist", "version": "npm run build && git add -A dist",