From 8901ea8899d9a98d3cb53642fafafbc399ed2096 Mon Sep 17 00:00:00 2001 From: erdgeist Date: Thu, 23 Jul 2026 21:49:45 +0200 Subject: Add miniscule highlight line around pdf cards, so they read better against dark background --- public/stylesheets/ccc.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/public/stylesheets/ccc.css b/public/stylesheets/ccc.css index a8d29459..b421684a 100644 --- a/public/stylesheets/ccc.css +++ b/public/stylesheets/ccc.css @@ -791,6 +791,14 @@ div.teaser_ruler { height: auto; } +@media (prefers-color-scheme: dark) { + .headline_document_card_thumb { + border-color: rgba(200, 200, 200, 0.35); + box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.06), + 4px 6px 16px rgba(0, 0, 0, 0.8); + } +} + .headline_document_card_info { display: flex; flex-direction: column; -- cgit v1.3