@jonsoc/console-app 1.1.34 → 1.1.46

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.
Files changed (83) hide show
  1. package/package.json +5 -1
  2. package/public/robots.txt +5 -5
  3. package/script/generate-sitemap.ts +0 -0
  4. package/src/app.css +1 -1
  5. package/src/asset/brand/opencode-logo-dark.svg +16 -16
  6. package/src/asset/brand/opencode-logo-light.svg +16 -16
  7. package/src/asset/brand/opencode-wordmark-dark.svg +30 -30
  8. package/src/asset/brand/opencode-wordmark-light.svg +30 -30
  9. package/src/asset/brand/opencode-wordmark-simple-dark.svg +22 -22
  10. package/src/asset/brand/opencode-wordmark-simple-light.svg +22 -22
  11. package/src/asset/lander/brand-assets-dark.svg +10 -10
  12. package/src/asset/lander/brand-assets-light.svg +10 -10
  13. package/src/asset/lander/check.svg +3 -3
  14. package/src/asset/lander/copy.svg +3 -3
  15. package/src/asset/lander/logo-dark.svg +11 -11
  16. package/src/asset/lander/logo-light.svg +11 -11
  17. package/src/asset/lander/opencode-logo-dark.svg +11 -11
  18. package/src/asset/lander/opencode-logo-light.svg +11 -11
  19. package/src/asset/lander/opencode-wordmark-dark.svg +25 -25
  20. package/src/asset/lander/opencode-wordmark-light.svg +25 -25
  21. package/src/asset/lander/wordmark-dark.svg +3 -3
  22. package/src/asset/lander/wordmark-light.svg +3 -3
  23. package/src/asset/logo-ornate-dark.svg +18 -18
  24. package/src/asset/logo-ornate-light.svg +18 -18
  25. package/src/asset/logo.svg +18 -18
  26. package/src/asset/zen-ornate-dark.svg +8 -8
  27. package/src/asset/zen-ornate-light.svg +8 -8
  28. package/src/component/dropdown.css +80 -80
  29. package/src/component/header-context-menu.css +63 -63
  30. package/src/component/modal.css +66 -66
  31. package/src/component/spotlight.css +15 -15
  32. package/src/routes/[...404].css +130 -130
  33. package/src/routes/black/workspace.css +214 -214
  34. package/src/routes/black.css +828 -828
  35. package/src/routes/brand/index.css +555 -555
  36. package/src/routes/changelog/index.css +477 -477
  37. package/src/routes/download/index.css +750 -750
  38. package/src/routes/enterprise/index.css +578 -578
  39. package/src/routes/index.css +1251 -1251
  40. package/src/routes/legal/privacy-policy/index.css +343 -343
  41. package/src/routes/legal/terms-of-service/index.css +254 -254
  42. package/src/routes/user-menu.css +18 -18
  43. package/src/routes/workspace/[id]/billing/billing-section.module.css +185 -185
  44. package/src/routes/workspace/[id]/billing/black-section.module.css +142 -142
  45. package/src/routes/workspace/[id]/billing/black-waitlist-section.module.css +23 -23
  46. package/src/routes/workspace/[id]/billing/monthly-limit-section.module.css +96 -96
  47. package/src/routes/workspace/[id]/billing/payment-section.module.css +93 -93
  48. package/src/routes/workspace/[id]/billing/reload-section.module.css +261 -261
  49. package/src/routes/workspace/[id]/graph-section.module.css +145 -145
  50. package/src/routes/workspace/[id]/keys/key-section.module.css +197 -197
  51. package/src/routes/workspace/[id]/members/member-section.module.css +249 -249
  52. package/src/routes/workspace/[id]/members/role-dropdown.css +72 -72
  53. package/src/routes/workspace/[id]/model-section.module.css +173 -173
  54. package/src/routes/workspace/[id]/new-user-section.module.css +143 -143
  55. package/src/routes/workspace/[id]/provider-section.module.css +138 -138
  56. package/src/routes/workspace/[id]/settings/settings-section.module.css +94 -94
  57. package/src/routes/workspace/[id]/usage-section.module.css +185 -185
  58. package/src/routes/workspace/[id].css +308 -308
  59. package/src/routes/workspace-picker.css +74 -74
  60. package/src/routes/workspace.css +107 -107
  61. package/src/routes/zen/index.css +866 -866
  62. package/src/style/base.css +21 -21
  63. package/src/style/component/button.css +102 -102
  64. package/src/style/index.css +8 -8
  65. package/src/style/reset.css +76 -76
  66. package/src/style/token/color.css +91 -91
  67. package/src/style/token/font.css +21 -21
  68. package/src/style/token/space.css +46 -46
  69. package/public/apple-touch-icon-v3.png +0 -1
  70. package/public/apple-touch-icon.png +0 -1
  71. package/public/email +0 -1
  72. package/public/favicon-96x96-v3.png +0 -1
  73. package/public/favicon-96x96.png +0 -1
  74. package/public/favicon-v3.ico +0 -1
  75. package/public/favicon-v3.svg +0 -1
  76. package/public/favicon.ico +0 -1
  77. package/public/favicon.svg +0 -1
  78. package/public/site.webmanifest +0 -1
  79. package/public/social-share-black.png +0 -1
  80. package/public/social-share-zen.png +0 -1
  81. package/public/social-share.png +0 -1
  82. package/public/web-app-manifest-192x192.png +0 -1
  83. package/public/web-app-manifest-512x512.png +0 -1
@@ -1,130 +1,130 @@
1
- [data-page="not-found"] {
2
- --color-text: hsl(224, 10%, 10%);
3
- --color-text-secondary: hsl(224, 7%, 46%);
4
- --color-text-dimmed: hsl(224, 6%, 63%);
5
- --color-text-inverted: hsl(0, 0%, 100%);
6
-
7
- --color-border: hsl(224, 6%, 77%);
8
- }
9
-
10
- [data-page="not-found"] {
11
- @media (prefers-color-scheme: dark) {
12
- --color-text: hsl(0, 0%, 100%);
13
- --color-text-secondary: hsl(224, 6%, 66%);
14
- --color-text-dimmed: hsl(224, 7%, 46%);
15
- --color-text-inverted: hsl(224, 10%, 10%);
16
-
17
- --color-border: hsl(224, 6%, 36%);
18
- }
19
- }
20
-
21
- [data-page="not-found"] {
22
- --padding: 3rem;
23
- --vertical-padding: 1.5rem;
24
- --heading-font-size: 1.375rem;
25
-
26
- @media (max-width: 30rem) {
27
- --padding: 1rem;
28
- --vertical-padding: 0.75rem;
29
- --heading-font-size: 1rem;
30
- }
31
-
32
- font-family: var(--font-mono);
33
- color: var(--color-text);
34
- padding: calc(var(--padding) + 1rem);
35
- min-height: 100vh;
36
- display: flex;
37
- align-items: center;
38
- justify-content: center;
39
-
40
- a {
41
- color: var(--color-text);
42
- text-decoration: underline;
43
- text-underline-offset: var(--space-0-75);
44
- text-decoration-thickness: 1px;
45
- }
46
-
47
- [data-component="content"] {
48
- max-width: 40rem;
49
- width: 100%;
50
- border: 1px solid var(--color-border);
51
- }
52
-
53
- [data-component="top"] {
54
- padding: var(--padding);
55
- display: flex;
56
- flex-direction: column;
57
- align-items: center;
58
- gap: calc(var(--vertical-padding) / 2);
59
- text-align: center;
60
-
61
- [data-slot="logo-link"] {
62
- text-decoration: none;
63
- }
64
-
65
- img {
66
- height: auto;
67
- width: clamp(200px, 85vw, 400px);
68
- }
69
-
70
- [data-slot="logo dark"] {
71
- display: none;
72
- }
73
-
74
- @media (prefers-color-scheme: dark) {
75
- [data-slot="logo light"] {
76
- display: none;
77
- }
78
- [data-slot="logo dark"] {
79
- display: block;
80
- }
81
- }
82
-
83
- [data-slot="title"] {
84
- line-height: 1.25;
85
- font-weight: 500;
86
- text-align: center;
87
- font-size: var(--heading-font-size);
88
- color: var(--color-text);
89
- text-transform: uppercase;
90
- margin: 0;
91
- }
92
- }
93
-
94
- [data-component="actions"] {
95
- border-top: 1px solid var(--color-border);
96
- display: flex;
97
-
98
- [data-slot="action"] {
99
- flex: 1;
100
- text-align: center;
101
- line-height: 1.4;
102
- padding: var(--vertical-padding) 1rem;
103
- text-transform: uppercase;
104
- font-size: 1rem;
105
-
106
- a {
107
- display: block;
108
- width: 100%;
109
- height: 100%;
110
- color: var(--color-text);
111
- text-decoration: underline;
112
- text-underline-offset: var(--space-0-75);
113
- text-decoration-thickness: 1px;
114
- }
115
- }
116
-
117
- [data-slot="action"] + [data-slot="action"] {
118
- border-left: 1px solid var(--color-border);
119
- }
120
-
121
- @media (max-width: 40rem) {
122
- flex-direction: column;
123
-
124
- [data-slot="action"] + [data-slot="action"] {
125
- border-left: none;
126
- border-top: 1px solid var(--color-border);
127
- }
128
- }
129
- }
130
- }
1
+ [data-page="not-found"] {
2
+ --color-text: hsl(224, 10%, 10%);
3
+ --color-text-secondary: hsl(224, 7%, 46%);
4
+ --color-text-dimmed: hsl(224, 6%, 63%);
5
+ --color-text-inverted: hsl(0, 0%, 100%);
6
+
7
+ --color-border: hsl(224, 6%, 77%);
8
+ }
9
+
10
+ [data-page="not-found"] {
11
+ @media (prefers-color-scheme: dark) {
12
+ --color-text: hsl(0, 0%, 100%);
13
+ --color-text-secondary: hsl(224, 6%, 66%);
14
+ --color-text-dimmed: hsl(224, 7%, 46%);
15
+ --color-text-inverted: hsl(224, 10%, 10%);
16
+
17
+ --color-border: hsl(224, 6%, 36%);
18
+ }
19
+ }
20
+
21
+ [data-page="not-found"] {
22
+ --padding: 3rem;
23
+ --vertical-padding: 1.5rem;
24
+ --heading-font-size: 1.375rem;
25
+
26
+ @media (max-width: 30rem) {
27
+ --padding: 1rem;
28
+ --vertical-padding: 0.75rem;
29
+ --heading-font-size: 1rem;
30
+ }
31
+
32
+ font-family: var(--font-mono);
33
+ color: var(--color-text);
34
+ padding: calc(var(--padding) + 1rem);
35
+ min-height: 100vh;
36
+ display: flex;
37
+ align-items: center;
38
+ justify-content: center;
39
+
40
+ a {
41
+ color: var(--color-text);
42
+ text-decoration: underline;
43
+ text-underline-offset: var(--space-0-75);
44
+ text-decoration-thickness: 1px;
45
+ }
46
+
47
+ [data-component="content"] {
48
+ max-width: 40rem;
49
+ width: 100%;
50
+ border: 1px solid var(--color-border);
51
+ }
52
+
53
+ [data-component="top"] {
54
+ padding: var(--padding);
55
+ display: flex;
56
+ flex-direction: column;
57
+ align-items: center;
58
+ gap: calc(var(--vertical-padding) / 2);
59
+ text-align: center;
60
+
61
+ [data-slot="logo-link"] {
62
+ text-decoration: none;
63
+ }
64
+
65
+ img {
66
+ height: auto;
67
+ width: clamp(200px, 85vw, 400px);
68
+ }
69
+
70
+ [data-slot="logo dark"] {
71
+ display: none;
72
+ }
73
+
74
+ @media (prefers-color-scheme: dark) {
75
+ [data-slot="logo light"] {
76
+ display: none;
77
+ }
78
+ [data-slot="logo dark"] {
79
+ display: block;
80
+ }
81
+ }
82
+
83
+ [data-slot="title"] {
84
+ line-height: 1.25;
85
+ font-weight: 500;
86
+ text-align: center;
87
+ font-size: var(--heading-font-size);
88
+ color: var(--color-text);
89
+ text-transform: uppercase;
90
+ margin: 0;
91
+ }
92
+ }
93
+
94
+ [data-component="actions"] {
95
+ border-top: 1px solid var(--color-border);
96
+ display: flex;
97
+
98
+ [data-slot="action"] {
99
+ flex: 1;
100
+ text-align: center;
101
+ line-height: 1.4;
102
+ padding: var(--vertical-padding) 1rem;
103
+ text-transform: uppercase;
104
+ font-size: 1rem;
105
+
106
+ a {
107
+ display: block;
108
+ width: 100%;
109
+ height: 100%;
110
+ color: var(--color-text);
111
+ text-decoration: underline;
112
+ text-underline-offset: var(--space-0-75);
113
+ text-decoration-thickness: 1px;
114
+ }
115
+ }
116
+
117
+ [data-slot="action"] + [data-slot="action"] {
118
+ border-left: 1px solid var(--color-border);
119
+ }
120
+
121
+ @media (max-width: 40rem) {
122
+ flex-direction: column;
123
+
124
+ [data-slot="action"] + [data-slot="action"] {
125
+ border-left: none;
126
+ border-top: 1px solid var(--color-border);
127
+ }
128
+ }
129
+ }
130
+ }
@@ -1,214 +1,214 @@
1
- [data-page="black"] {
2
- background: #000;
3
- min-height: 100vh;
4
- display: flex;
5
- flex-direction: column;
6
- align-items: center;
7
- justify-content: stretch;
8
- font-family: var(--font-mono);
9
- color: #fff;
10
-
11
- [data-component="header-gradient"] {
12
- position: absolute;
13
- top: 0;
14
- left: 0;
15
- width: 100%;
16
- height: 288px;
17
- background: linear-gradient(180deg, rgba(255, 255, 255, 0.16) 0%, rgba(0, 0, 0, 0) 100%);
18
- }
19
-
20
- [data-component="header"] {
21
- display: flex;
22
- flex-direction: column;
23
- align-items: center;
24
- justify-content: center;
25
- padding-top: 40px;
26
- flex-shrink: 0;
27
-
28
- /* [data-component="header-logo"] { */
29
- /* } */
30
- }
31
-
32
- [data-component="content"] {
33
- display: flex;
34
- flex-direction: column;
35
- align-items: center;
36
- width: 100%;
37
- flex-grow: 1;
38
-
39
- [data-slot="hero-black"] {
40
- margin-top: 110px;
41
-
42
- @media (min-width: 768px) {
43
- margin-top: 150px;
44
- }
45
- }
46
-
47
- [data-slot="select-workspace"] {
48
- display: flex;
49
- margin-top: -24px;
50
- width: 100%;
51
- max-width: 480px;
52
- height: 305px;
53
- padding: 32px 20px 0 20px;
54
- flex-direction: column;
55
- align-items: flex-start;
56
- gap: 24px;
57
-
58
- border: 1px solid #303030;
59
- background: #0a0a0a;
60
- box-shadow:
61
- 0 100px 80px 0 rgba(0, 0, 0, 0.04),
62
- 0 41.778px 33.422px 0 rgba(0, 0, 0, 0.05),
63
- 0 22.336px 17.869px 0 rgba(0, 0, 0, 0.06),
64
- 0 12.522px 10.017px 0 rgba(0, 0, 0, 0.08),
65
- 0 6.65px 5.32px 0 rgba(0, 0, 0, 0.09),
66
- 0 2.767px 2.214px 0 rgba(0, 0, 0, 0.13);
67
-
68
- [data-slot="select-workspace-title"] {
69
- flex-shrink: 0;
70
- align-self: stretch;
71
- color: rgba(255, 255, 255, 0.59);
72
- text-align: center;
73
- font-size: 16px;
74
- font-style: normal;
75
- font-weight: 400;
76
- line-height: 160%; /* 25.6px */
77
- }
78
-
79
- [data-slot="workspaces"] {
80
- width: 100%;
81
- padding: 0;
82
- display: flex;
83
- flex-direction: column;
84
- align-items: flex-start;
85
- gap: 8px;
86
- align-self: stretch;
87
- outline: none;
88
- overflow-y: auto;
89
- flex: 1;
90
- min-height: 0;
91
-
92
- scrollbar-width: none;
93
- &::-webkit-scrollbar {
94
- display: none;
95
- }
96
-
97
- [data-slot="workspace"] {
98
- width: 100%;
99
- display: flex;
100
- padding: 8px 12px;
101
- align-items: center;
102
- gap: 8px;
103
- align-self: stretch;
104
- cursor: pointer;
105
-
106
- [data-slot="selected-icon"] {
107
- visibility: hidden;
108
- color: rgba(255, 255, 255, 0.39);
109
- font-family: "IBM Plex Mono";
110
- font-size: 16px;
111
- font-style: normal;
112
- font-weight: 400;
113
- line-height: 160%; /* 25.6px */
114
- }
115
-
116
- a {
117
- color: rgba(255, 255, 255, 0.92);
118
- font-size: 16px;
119
- font-style: normal;
120
- font-weight: 400;
121
- line-height: 160%; /* 25.6px */
122
- text-decoration: none;
123
- }
124
- }
125
-
126
- [data-slot="workspace"]:hover,
127
- [data-slot="workspace"][data-active="true"] {
128
- background: #161616;
129
-
130
- [data-slot="selected-icon"] {
131
- visibility: visible;
132
- }
133
- }
134
- }
135
- }
136
- }
137
-
138
- [data-component="footer"] {
139
- display: flex;
140
- flex-direction: column;
141
- width: 100%;
142
- justify-content: center;
143
- align-items: center;
144
- gap: 24px;
145
- flex-shrink: 0;
146
-
147
- @media (min-width: 768px) {
148
- height: 120px;
149
- }
150
-
151
- [data-slot="footer-content"] {
152
- display: flex;
153
- gap: 24px;
154
- align-items: center;
155
- justify-content: center;
156
-
157
- @media (min-width: 768px) {
158
- gap: 40px;
159
- }
160
-
161
- span,
162
- a {
163
- color: rgba(255, 255, 255, 0.39);
164
- font-family: "JetBrains Mono Nerd Font";
165
- font-size: 16px;
166
- font-style: normal;
167
- font-weight: 400;
168
- line-height: normal;
169
- text-decoration: none;
170
- }
171
-
172
- [data-slot="github-stars"] {
173
- color: rgba(255, 255, 255, 0.25);
174
- font-family: "JetBrains Mono Nerd Font";
175
- font-size: 16px;
176
- font-style: normal;
177
- font-weight: 400;
178
- line-height: normal;
179
- }
180
-
181
- [data-slot="anomaly"] {
182
- display: none;
183
-
184
- @media (min-width: 768px) {
185
- display: block;
186
- }
187
- }
188
- }
189
- [data-slot="anomaly-alt"] {
190
- color: rgba(255, 255, 255, 0.39);
191
- font-family: "JetBrains Mono Nerd Font";
192
- font-size: 16px;
193
- font-style: normal;
194
- font-weight: 400;
195
- line-height: normal;
196
- text-decoration: none;
197
- margin-bottom: 24px;
198
-
199
- a {
200
- color: rgba(255, 255, 255, 0.39);
201
- font-family: "JetBrains Mono Nerd Font";
202
- font-size: 16px;
203
- font-style: normal;
204
- font-weight: 400;
205
- line-height: normal;
206
- text-decoration: none;
207
- }
208
-
209
- @media (min-width: 768px) {
210
- display: none;
211
- }
212
- }
213
- }
214
- }
1
+ [data-page="black"] {
2
+ background: #000;
3
+ min-height: 100vh;
4
+ display: flex;
5
+ flex-direction: column;
6
+ align-items: center;
7
+ justify-content: stretch;
8
+ font-family: var(--font-mono);
9
+ color: #fff;
10
+
11
+ [data-component="header-gradient"] {
12
+ position: absolute;
13
+ top: 0;
14
+ left: 0;
15
+ width: 100%;
16
+ height: 288px;
17
+ background: linear-gradient(180deg, rgba(255, 255, 255, 0.16) 0%, rgba(0, 0, 0, 0) 100%);
18
+ }
19
+
20
+ [data-component="header"] {
21
+ display: flex;
22
+ flex-direction: column;
23
+ align-items: center;
24
+ justify-content: center;
25
+ padding-top: 40px;
26
+ flex-shrink: 0;
27
+
28
+ /* [data-component="header-logo"] { */
29
+ /* } */
30
+ }
31
+
32
+ [data-component="content"] {
33
+ display: flex;
34
+ flex-direction: column;
35
+ align-items: center;
36
+ width: 100%;
37
+ flex-grow: 1;
38
+
39
+ [data-slot="hero-black"] {
40
+ margin-top: 110px;
41
+
42
+ @media (min-width: 768px) {
43
+ margin-top: 150px;
44
+ }
45
+ }
46
+
47
+ [data-slot="select-workspace"] {
48
+ display: flex;
49
+ margin-top: -24px;
50
+ width: 100%;
51
+ max-width: 480px;
52
+ height: 305px;
53
+ padding: 32px 20px 0 20px;
54
+ flex-direction: column;
55
+ align-items: flex-start;
56
+ gap: 24px;
57
+
58
+ border: 1px solid #303030;
59
+ background: #0a0a0a;
60
+ box-shadow:
61
+ 0 100px 80px 0 rgba(0, 0, 0, 0.04),
62
+ 0 41.778px 33.422px 0 rgba(0, 0, 0, 0.05),
63
+ 0 22.336px 17.869px 0 rgba(0, 0, 0, 0.06),
64
+ 0 12.522px 10.017px 0 rgba(0, 0, 0, 0.08),
65
+ 0 6.65px 5.32px 0 rgba(0, 0, 0, 0.09),
66
+ 0 2.767px 2.214px 0 rgba(0, 0, 0, 0.13);
67
+
68
+ [data-slot="select-workspace-title"] {
69
+ flex-shrink: 0;
70
+ align-self: stretch;
71
+ color: rgba(255, 255, 255, 0.59);
72
+ text-align: center;
73
+ font-size: 16px;
74
+ font-style: normal;
75
+ font-weight: 400;
76
+ line-height: 160%; /* 25.6px */
77
+ }
78
+
79
+ [data-slot="workspaces"] {
80
+ width: 100%;
81
+ padding: 0;
82
+ display: flex;
83
+ flex-direction: column;
84
+ align-items: flex-start;
85
+ gap: 8px;
86
+ align-self: stretch;
87
+ outline: none;
88
+ overflow-y: auto;
89
+ flex: 1;
90
+ min-height: 0;
91
+
92
+ scrollbar-width: none;
93
+ &::-webkit-scrollbar {
94
+ display: none;
95
+ }
96
+
97
+ [data-slot="workspace"] {
98
+ width: 100%;
99
+ display: flex;
100
+ padding: 8px 12px;
101
+ align-items: center;
102
+ gap: 8px;
103
+ align-self: stretch;
104
+ cursor: pointer;
105
+
106
+ [data-slot="selected-icon"] {
107
+ visibility: hidden;
108
+ color: rgba(255, 255, 255, 0.39);
109
+ font-family: "IBM Plex Mono";
110
+ font-size: 16px;
111
+ font-style: normal;
112
+ font-weight: 400;
113
+ line-height: 160%; /* 25.6px */
114
+ }
115
+
116
+ a {
117
+ color: rgba(255, 255, 255, 0.92);
118
+ font-size: 16px;
119
+ font-style: normal;
120
+ font-weight: 400;
121
+ line-height: 160%; /* 25.6px */
122
+ text-decoration: none;
123
+ }
124
+ }
125
+
126
+ [data-slot="workspace"]:hover,
127
+ [data-slot="workspace"][data-active="true"] {
128
+ background: #161616;
129
+
130
+ [data-slot="selected-icon"] {
131
+ visibility: visible;
132
+ }
133
+ }
134
+ }
135
+ }
136
+ }
137
+
138
+ [data-component="footer"] {
139
+ display: flex;
140
+ flex-direction: column;
141
+ width: 100%;
142
+ justify-content: center;
143
+ align-items: center;
144
+ gap: 24px;
145
+ flex-shrink: 0;
146
+
147
+ @media (min-width: 768px) {
148
+ height: 120px;
149
+ }
150
+
151
+ [data-slot="footer-content"] {
152
+ display: flex;
153
+ gap: 24px;
154
+ align-items: center;
155
+ justify-content: center;
156
+
157
+ @media (min-width: 768px) {
158
+ gap: 40px;
159
+ }
160
+
161
+ span,
162
+ a {
163
+ color: rgba(255, 255, 255, 0.39);
164
+ font-family: "JetBrains Mono Nerd Font";
165
+ font-size: 16px;
166
+ font-style: normal;
167
+ font-weight: 400;
168
+ line-height: normal;
169
+ text-decoration: none;
170
+ }
171
+
172
+ [data-slot="github-stars"] {
173
+ color: rgba(255, 255, 255, 0.25);
174
+ font-family: "JetBrains Mono Nerd Font";
175
+ font-size: 16px;
176
+ font-style: normal;
177
+ font-weight: 400;
178
+ line-height: normal;
179
+ }
180
+
181
+ [data-slot="anomaly"] {
182
+ display: none;
183
+
184
+ @media (min-width: 768px) {
185
+ display: block;
186
+ }
187
+ }
188
+ }
189
+ [data-slot="anomaly-alt"] {
190
+ color: rgba(255, 255, 255, 0.39);
191
+ font-family: "JetBrains Mono Nerd Font";
192
+ font-size: 16px;
193
+ font-style: normal;
194
+ font-weight: 400;
195
+ line-height: normal;
196
+ text-decoration: none;
197
+ margin-bottom: 24px;
198
+
199
+ a {
200
+ color: rgba(255, 255, 255, 0.39);
201
+ font-family: "JetBrains Mono Nerd Font";
202
+ font-size: 16px;
203
+ font-style: normal;
204
+ font-weight: 400;
205
+ line-height: normal;
206
+ text-decoration: none;
207
+ }
208
+
209
+ @media (min-width: 768px) {
210
+ display: none;
211
+ }
212
+ }
213
+ }
214
+ }