From 91ee3b2cc71ae5e6ffaca41a625d78379a25c2e1 Mon Sep 17 00:00:00 2001 From: rimu <3310831+rimu@users.noreply.github.com> Date: Mon, 1 Apr 2024 15:02:08 +1300 Subject: [PATCH] trans pride theme - links --- app/templates/themes/trans/styles.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/templates/themes/trans/styles.css b/app/templates/themes/trans/styles.css index a77f9d54..7ae2b3d6 100644 --- a/app/templates/themes/trans/styles.css +++ b/app/templates/themes/trans/styles.css @@ -36,7 +36,9 @@ div.navbar, footer { [data-bs-theme="dark"] .side_pane .card { --bs-card-bg: #cd8393; } - +.post_body a { + color: white; +} .text-muted { color: #ffe2f2; }