From 1e88bd4bdb9d3c7e1eff5ce709ca5fd470b63462 Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Tue, 21 May 2024 09:14:00 +0200 Subject: [PATCH] style: ligher dark bg for link_card --- templates/threads.html | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/threads.html b/templates/threads.html index ddb34ee..d791f40 100644 --- a/templates/threads.html +++ b/templates/threads.html @@ -242,6 +242,7 @@ & .media, & .link_card { border: 1px solid rgba(197, 209, 222, 0.15); color: var(--text-color-light-faded); + background: var(--bg-dark); } & .media:hover, & .link_card:hover { color: var(--color-brand-complement);