-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcustom.css
More file actions
46 lines (36 loc) · 718 Bytes
/
custom.css
File metadata and controls
46 lines (36 loc) · 718 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
/* Custom Atoms Documentation Styles - ElevenLabs Inspired */
/* Gradient utilities for product cards */
.from-teal-500 {
--tw-gradient-from: #14b8a6;
}
.to-cyan-500 {
--tw-gradient-to: #06b6d4;
}
.to-cyan-600 {
--tw-gradient-to: #0891b2;
}
.from-blue-500 {
--tw-gradient-from: #3b82f6;
}
.to-indigo-600 {
--tw-gradient-to: #4f46e5;
}
.from-purple-500 {
--tw-gradient-from: #a855f7;
}
.to-pink-600 {
--tw-gradient-to: #db2777;
}
.from-teal-600 {
--tw-gradient-from: #0d9488;
}
.bg-gradient-to-br {
background: linear-gradient(to bottom right, var(--tw-gradient-from), var(--tw-gradient-to));
}
/* Typography improvements */
h1,
h2,
h3,
h4 {
letter-spacing: -0.025em;
}