@dustin-riley/design 0.2.0 → 0.2.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 +1 -1
- package/src/core.css +5 -4
package/package.json
CHANGED
package/src/core.css
CHANGED
|
@@ -281,10 +281,11 @@ h6,
|
|
|
281
281
|
font-weight: 500;
|
|
282
282
|
}
|
|
283
283
|
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
284
|
+
/* No global `a` rule. <a> is both chrome (nav/brand/footer) and content,
|
|
285
|
+
so any system-wide color/decoration is wrong somewhere. Links inherit
|
|
286
|
+
text color via Tailwind Preflight; link color/underline is an
|
|
287
|
+
intentional component or prose decision (article-body links, prose
|
|
288
|
+
links, active nav, etc. opt into var(--ds-link)). */
|
|
288
289
|
|
|
289
290
|
:where(code, pre, kbd, samp) {
|
|
290
291
|
font-family: var(--ds-font-mono);
|