From 8ee28fc6d41fb83c9e77204e63e1699a6f920381 Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Wed, 24 Apr 2024 13:57:28 +0200 Subject: [PATCH] feat: link to source code in the header --- templates/threads.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/templates/threads.html b/templates/threads.html index e128103..7407460 100644 --- a/templates/threads.html +++ b/templates/threads.html @@ -17,6 +17,10 @@ padding: 1em; border-radius: 5px; margin: 1em 0; + + & a { + color: white; + } } summary { cursor: pointer; @@ -48,6 +52,7 @@ border-radius: 5px; max-width: 100%; object-fit: cover; + border: 1px solid rgba(34, 34, 34, 0.15); } & .meta { @@ -68,7 +73,7 @@

Ayo's Threads

-

Total: {{threads | length}}

+

Some of my favorie threads. See the source code.