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
chore: tidy up site title text
gm112.bsky.social
4 weeks ago
45c346aa
dcfa0157
1/1
deploy.yaml
success
53s
+4
-5
2 changed files
expand all
collapse all
unified
split
app
app.config.ts
layers
00.base
app
layouts
default.vue
+1
app/app.config.ts
···
8
8
header: {
9
9
slots: {
10
10
root: 'border-0',
11
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
5
-
<div class="alttp-text">
6
6
-
<h1 class="font-normal text-[48px]">
7
7
-
{{ title }}
8
8
-
</h1>
9
9
-
</div>
5
5
+
<h1 class="font-normal text-[48px]">
6
6
+
{{ title }}
7
7
+
</h1>
10
8
</template>
11
9
<u-navigation-menu :items="navigation_items" />
12
10
<template #body>