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

chore: tidy up site title text

+4 -5
+1
app/app.config.ts
··· 8 8 header: { 9 9 slots: { 10 10 root: 'border-0', 11 + title: 'text-alttp-white hover:no-underline hover:text-muted font-normal', 11 12 }, 12 13 }, 13 14 main: {
+3 -5
layers/00.base/app/layouts/default.vue
··· 2 2 <div class="alttp-text"> 3 3 <u-header as="header"> 4 4 <template #title> 5 - <div class="alttp-text"> 6 - <h1 class="font-normal text-[48px]"> 7 - {{ title }} 8 - </h1> 9 - </div> 5 + <h1 class="font-normal text-[48px]"> 6 + {{ title }} 7 + </h1> 10 8 </template> 11 9 <u-navigation-menu :items="navigation_items" /> 12 10 <template #body>