@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 +1 -1
- package/tailwind-typography.css +3 -3
package/package.json
CHANGED
package/tailwind-typography.css
CHANGED
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
|
|
76
76
|
&:where(strong) {
|
|
77
77
|
color: var(--tw-prose-bold);
|
|
78
|
-
font-weight:
|
|
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:
|
|
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:
|
|
338
|
+
font-weight: 500;
|
|
339
339
|
vertical-align: bottom;
|
|
340
340
|
padding-right: 0.5714286em;
|
|
341
341
|
padding-bottom: 0.5714286em;
|