Code for https://gm112.neocities.org/ gm112.neocities.org/

fix: address blurry text issues

+3 -1
+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 + linkLabel: 'text-clip', 51 52 }, 52 53 }, 53 54 ··· 108 109 codeGroup: { 109 110 slots: { 110 111 trigger: 'text-base alttp-text', 112 + triggerLabel: 'text-clip', 111 113 }, 112 114 }, 113 115 codeCollapse: { 114 116 slots: { 115 - trigger: 'text-base', 117 + trigger: 'text-base font-normal alttp-text [&>span]:text-clip [&>span]:overflow-visible', 116 118 }, 117 119 }, 118 120 },