diff --git a/templates/threads.html b/templates/threads.html
index 14aaafd..cc2ec23 100644
--- a/templates/threads.html
+++ b/templates/threads.html
@@ -50,7 +50,7 @@
content: " ";
display: block;
height: 100%;
- border-right: 2px solid rgba(197, 209, 222, 0.15);
+ border-right: 2px solid rgba(34, 34, 34, 0.15);
width: 26px;
margin-top: -8px;
}
@@ -206,6 +206,12 @@
main a {
color: orange;
}
+
+ main.thread {
+ & li:not(:last-of-type) .card_avatar::after {
+ border-right: 2px solid rgba(197, 209, 222, 0.15);
+ }
+ }
.card_content {
& .action {
color: orange;
diff --git a/threads.py b/threads.py
index 69592a6..5c5bc78 100755
--- a/threads.py
+++ b/threads.py
@@ -9,6 +9,7 @@ threads = Blueprint('threads', __name__)
# TODO: move following to an app config or sqlite #########
server = 'https://social.ayco.io'
thread_ids = [
+ '112460595916342992',
'112457129122626146',
'112446314845243621',
'112444960050385208',