tangled
alpha
login
or
join now
danielmorrisey.com
/
plcbundle-watch
forked from
tree.fail/plcbundle-watch
0
fork
atom
this repo has no description
plcbundle-watch.pages.dev
0
fork
atom
overview
issues
pulls
pipelines
title is link
tree.fail
4 months ago
9d693ff5
fb84b532
+2
-2
2 changed files
expand all
collapse all
unified
split
src
App.svelte
app.css
+1
-1
src/App.svelte
···
138
138
139
139
<header class="flex items-center gap-10 flex-wrap">
140
140
<div class="grow">
141
141
-
<h1 class="text-3xl linear-text-gradient">plcbundle instances</h1>
141
141
+
<h1 class="text-3xl linear-text-gradient"><a href="https://plcbundle-watch.pages.dev/" class="no-style">plcbundle instances</a></h1>
142
142
</div>
143
143
<div class="flex items-center gap-6">
144
144
<Switch class="opacity-75" checked={autoRefreshEnabled} onCheckedChange={(x) => autoRefreshEnabled = x.checked} disabled={isUpdating}>
+1
-1
src/app.css
···
12
12
@apply py-1.5 px-2;
13
13
}
14
14
15
15
-
a {
15
15
+
a:not(.no-style) {
16
16
@apply underline hover:no-underline;
17
17
}
18
18