feat: link to source code in the header
This commit is contained in:
parent
badeea5387
commit
8ee28fc6d4
1 changed files with 6 additions and 1 deletions
|
@ -17,6 +17,10 @@
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
margin: 1em 0;
|
margin: 1em 0;
|
||||||
|
|
||||||
|
& a {
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
summary {
|
summary {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
@ -48,6 +52,7 @@
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
|
border: 1px solid rgba(34, 34, 34, 0.15);
|
||||||
}
|
}
|
||||||
|
|
||||||
& .meta {
|
& .meta {
|
||||||
|
@ -68,7 +73,7 @@
|
||||||
<body>
|
<body>
|
||||||
<header>
|
<header>
|
||||||
<h1>Ayo's Threads</h1>
|
<h1>Ayo's Threads</h1>
|
||||||
<p>Total: {{threads | length}}</p>
|
<p>Some of my favorie threads. See the <a href="https://ayco.io/sh/threads">source code</a>.</p>
|
||||||
</header>
|
</header>
|
||||||
<main>
|
<main>
|
||||||
<ul>
|
<ul>
|
||||||
|
|
Loading…
Reference in a new issue