-
+
@@ -80,7 +80,7 @@ We use a subset of all colors to create a smaller color palette for generating c
Foreground
-
+
@@ -113,10 +113,10 @@ Here are some examples of the new colors in action:
Here's a little guidance on pairing the background and border colors together. Essentially, the default `.border` utility and `border-color` value should work great 90% of the time.
-.bg-0.border-emphasized
-
.bg-0.border
-
.bg-0.border-muted
-
.bg-0.border-subtle
`} />
+
.bg.border-emphasized
+
.bg.border
+
.bg.border-muted
+
.bg.border-subtle
`} />
For other situations, where you have a tinted background color like `.bg-1`, `.bg-2`, or `.bg-3`, consider using the emphsized border variant to maintiain a little contrast between the background and border.