tangled
alpha
login
or
join now
moth11.net
/
xcvr
2
fork
atom
frontend for xcvr appview
2
fork
atom
overview
issues
pulls
pipelines
add style to right sidebar
moth11.net
6 months ago
58a6de81
b37f8782
+4
-1
1 changed file
expand all
collapse all
unified
split
src
routes
c
[handle]
[rkey]
+page.svelte
+4
-1
src/routes/c/[handle]/[rkey]/+page.svelte
···
72
72
</h1>
73
73
{/if}
74
74
{#if ctx?.topic}
75
75
-
<h2>{ctx?.topic}</h2>
75
75
+
<h2 class="topic">{ctx?.topic}</h2>
76
76
{/if}
77
77
<div>
78
78
<a href="history"> view history </a>
···
151
151
}
152
152
h2 {
153
153
font-size: 2rem;
154
154
+
}
155
155
+
.topic {
156
156
+
margin-bottom: 0.25rem solid var(--fg);
154
157
}
155
158
h3 {
156
159
font-size: 1.5rem;