@plyaz/ui 0.8.4 → 0.9.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.
@@ -2,6 +2,21 @@
2
2
  @apply bg-clip-text text-transparent bg-[image:var(--accent)];
3
3
  }
4
4
 
5
+ @layer utilities {
6
+ .text-gradient-orange-underline {
7
+ @apply text-gradient-orange relative;
8
+ }
9
+
10
+ .text-gradient-orange-underline::after {
11
+ content: '';
12
+ position: absolute;
13
+ left: 0;
14
+ right: 0;
15
+ bottom: 1px;
16
+ height: 1px;
17
+ background: var(--accent);
18
+ }
19
+ }
5
20
  @utility cta-hover {
6
21
  @apply overflow-hidden relative isolate;
7
22
  transition: all 0.3s ease-in-out;