@obosbbl/grunnmuren-tailwind 2.2.1 → 2.2.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@obosbbl/grunnmuren-tailwind",
3
- "version": "2.2.1",
3
+ "version": "2.2.2",
4
4
  "description": "Grunnmuren Tailwind preset",
5
5
  "repository": {
6
6
  "url": "https://github.com/code-obos/grunnmuren"
@@ -75,7 +75,7 @@
75
75
 
76
76
  &:where(strong) {
77
77
  color: var(--tw-prose-bold);
78
- font-weight: 600;
78
+ font-weight: 500;
79
79
  }
80
80
 
81
81
  &:where(a strong) {
@@ -151,7 +151,7 @@
151
151
 
152
152
  &:where(dt) {
153
153
  color: var(--tw-prose-headings);
154
- font-weight: 600;
154
+ font-weight: 500;
155
155
  margin-top: 1.25em;
156
156
  }
157
157
 
@@ -335,7 +335,7 @@
335
335
 
336
336
  &:where(thead th) {
337
337
  color: var(--tw-prose-headings);
338
- font-weight: 600;
338
+ font-weight: 500;
339
339
  vertical-align: bottom;
340
340
  padding-right: 0.5714286em;
341
341
  padding-bottom: 0.5714286em;