tangled
alpha
login
or
join now
gm112.bsky.social
/
org.neocities.gm112
0
fork
atom
Code for https://gm112.neocities.org/
gm112.neocities.org/
0
fork
atom
overview
issues
4
pulls
pipelines
fix: address blurry text issues
gm112.bsky.social
4 weeks ago
dcfa0157
5e5d492b
0/1
deploy.yaml
failed
55s
+3
-1
1 changed file
expand all
collapse all
unified
split
app
app.config.ts
+3
-1
app/app.config.ts
···
48
48
slots: {
49
49
link: 'text-base font-normal text-shadow-none',
50
50
childLink: 'text-base font-normal text-shadow-none',
51
51
+
linkLabel: 'text-clip',
51
52
},
52
53
},
53
54
···
108
109
codeGroup: {
109
110
slots: {
110
111
trigger: 'text-base alttp-text',
112
112
+
triggerLabel: 'text-clip',
111
113
},
112
114
},
113
115
codeCollapse: {
114
116
slots: {
115
115
-
trigger: 'text-base',
117
117
+
trigger: 'text-base font-normal alttp-text [&>span]:text-clip [&>span]:overflow-visible',
116
118
},
117
119
},
118
120
},