From 77cc346a1211796aa6d55499f9ca312551770c51 Mon Sep 17 00:00:00 2001 From: teddit Date: Sun, 13 Dec 2020 17:01:10 +0100 Subject: [PATCH] fix links color in self-posts body --- dist/css/styles.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dist/css/styles.css b/dist/css/styles.css index 7eca346..dda8669 100644 --- a/dist/css/styles.css +++ b/dist/css/styles.css @@ -220,7 +220,8 @@ body.dark .md .md-spoiler-text:not(.revealed):hover { background: white; color: black; } -body.dark .comment .body a { +body.dark .comment .body a, +body.dark .usertext-body a { color: #3d99fb; } body.dark header .tabmenu li.active a {