tangled
alpha
login
or
join now
teal.fm
/
teal
110
fork
atom
Your music, beautifully tracked. All yours. (coming soon)
teal.fm
teal-fm
atproto
110
fork
atom
overview
issues
pulls
pipelines
set opsz so it looks the same across all platforms
Natalie
1 year ago
da3cacfc
58008b5c
+48
-47
1 changed file
expand all
collapse all
unified
split
apps
amethyst
global.css
+48
-47
apps/amethyst/global.css
···
3
3
@tailwind utilities;
4
4
5
5
@layer base {
6
6
-
:root {
7
7
-
--base-font-family: "EBGaramond";
8
8
-
--background: 313 35% 98%;
9
9
-
--foreground: 313 79% 4%;
10
10
-
--muted: 283 24% 92%;
11
11
-
--muted-foreground: 283 11% 39%;
12
12
-
--popover: 313 35% 97%;
13
13
-
--popover-foreground: 313 79% 3%;
14
14
-
--card: 313 35% 97%;
15
15
-
--card-foreground: 313 79% 3%;
16
16
-
--border: 313 8% 92%;
17
17
-
--input: 313 8% 92%;
18
18
-
--primary: 313 99% 74%;
19
19
-
--primary-foreground: 313 99% 14%;
20
20
-
--secondary: 283 99% 74%;
21
21
-
--secondary-foreground: 283 99% 14%;
22
22
-
--accent: 343 99% 74%;
23
23
-
--accent-foreground: 343 99% 14%;
24
24
-
--destructive: 5 91% 37%;
25
25
-
--destructive-foreground: 5 91% 97%;
26
26
-
--bsky: 211.08 99.11% 60.08%;
27
27
-
--ring: 313 99% 74%;
28
28
-
--radius: 1rem;
29
29
-
}
6
6
+
:root {
7
7
+
font-variation-settings: "opsz" 10;
8
8
+
--base-font-family: "EBGaramond";
9
9
+
--background: 313 35% 98%;
10
10
+
--foreground: 313 79% 4%;
11
11
+
--muted: 283 24% 92%;
12
12
+
--muted-foreground: 283 11% 39%;
13
13
+
--popover: 313 35% 97%;
14
14
+
--popover-foreground: 313 79% 3%;
15
15
+
--card: 313 35% 97%;
16
16
+
--card-foreground: 313 79% 3%;
17
17
+
--border: 313 8% 92%;
18
18
+
--input: 313 8% 92%;
19
19
+
--primary: 313 99% 74%;
20
20
+
--primary-foreground: 313 99% 14%;
21
21
+
--secondary: 283 99% 74%;
22
22
+
--secondary-foreground: 283 99% 14%;
23
23
+
--accent: 343 99% 74%;
24
24
+
--accent-foreground: 343 99% 14%;
25
25
+
--destructive: 5 91% 37%;
26
26
+
--destructive-foreground: 5 91% 97%;
27
27
+
--bsky: 211.08 99.11% 60.08%;
28
28
+
--ring: 313 99% 74%;
29
29
+
--radius: 1rem;
30
30
+
}
30
31
31
31
-
.dark:root {
32
32
-
--background: 313 60% 1%;
33
33
-
--foreground: 313 14% 97%;
34
34
-
--muted: 283 24% 8%;
35
35
-
--muted-foreground: 283 11% 61%;
36
36
-
--popover: 313 60% 2%;
37
37
-
--popover-foreground: 313 14% 98%;
38
38
-
--card: 313 60% 2%;
39
39
-
--card-foreground: 313 14% 98%;
40
40
-
--border: 313 8% 14%;
41
41
-
--input: 313 8% 14%;
42
42
-
--primary: 313 99% 74%;
43
43
-
--primary-foreground: 313 99% 14%;
44
44
-
--secondary: 283 99% 74%;
45
45
-
--secondary-foreground: 283 99% 14%;
46
46
-
--accent: 343 99% 74%;
47
47
-
--accent-foreground: 343 99% 14%;
48
48
-
--destructive: 5 91% 60%;
49
49
-
--destructive-foreground: 0 0% 100%;
50
50
-
--bsky: 211.08 99.11% 60.08%;
51
51
-
--ring: 313 99% 74%;
52
52
-
}
32
32
+
.dark:root {
33
33
+
--background: 313 60% 1%;
34
34
+
--foreground: 313 14% 97%;
35
35
+
--muted: 283 24% 8%;
36
36
+
--muted-foreground: 283 11% 61%;
37
37
+
--popover: 313 60% 2%;
38
38
+
--popover-foreground: 313 14% 98%;
39
39
+
--card: 313 60% 2%;
40
40
+
--card-foreground: 313 14% 98%;
41
41
+
--border: 313 8% 14%;
42
42
+
--input: 313 8% 14%;
43
43
+
--primary: 313 99% 74%;
44
44
+
--primary-foreground: 313 99% 14%;
45
45
+
--secondary: 283 99% 74%;
46
46
+
--secondary-foreground: 283 99% 14%;
47
47
+
--accent: 343 99% 74%;
48
48
+
--accent-foreground: 343 99% 14%;
49
49
+
--destructive: 5 91% 60%;
50
50
+
--destructive-foreground: 0 0% 100%;
51
51
+
--bsky: 211.08 99.11% 60.08%;
52
52
+
--ring: 313 99% 74%;
53
53
+
}
53
54
}
54
55
55
56
.var-font-soft {
56
56
-
font-variation-settings: "SOFT" 100;
57
57
+
font-variation-settings: "SOFT" 100;
57
58
}