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; }