@oxide/design-system 2.1.1--canary.81e2848.0 → 2.1.1--canary.2a8a8fa.0
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.
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
* Copyright Oxide Computer Company
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
|
-
@layer
|
|
9
|
+
@layer utilities {
|
|
10
10
|
.text-mono-code {
|
|
11
11
|
@apply !text-[0.825em] !normal-case;
|
|
12
12
|
font-feature-settings: 'calt' 0;
|
|
@@ -18,6 +18,12 @@
|
|
|
18
18
|
text-decoration: underline;
|
|
19
19
|
text-decoration-color: color-mix(in srgb, currentColor 60%, transparent);
|
|
20
20
|
}
|
|
21
|
+
|
|
22
|
+
.link-with-underline {
|
|
23
|
+
@apply text-default hover:text-raise;
|
|
24
|
+
text-decoration: underline;
|
|
25
|
+
text-decoration-color: color-mix(in srgb, currentColor 60%, transparent);
|
|
26
|
+
}
|
|
21
27
|
}
|
|
22
28
|
|
|
23
29
|
@layer components {
|
package/package.json
CHANGED