From 9e68dbef20816920be7d64b12f534b9cd5ea3739 Mon Sep 17 00:00:00 2001 From: SleeplessOne1917 Date: Tue, 19 Dec 2023 20:41:13 +0000 Subject: [PATCH] Use highlight color for new comments on dark themes that won't burn your (#2295) eyes out Co-authored-by: SleeplessOne1917 --- lemmy-translations | 2 +- src/assets/css/main.css | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lemmy-translations b/lemmy-translations index 7a38baa7..0bcece20 160000 --- a/lemmy-translations +++ b/lemmy-translations @@ -1 +1 @@ -Subproject commit 7a38baa7341cfa9299df5a80ebe42fe298380e40 +Subproject commit 0bcece2042bc455696fe21acf1a87cf9ff1d9ee5 diff --git a/src/assets/css/main.css b/src/assets/css/main.css index 656b0548..1d78b77b 100644 --- a/src/assets/css/main.css +++ b/src/assets/css/main.css @@ -451,3 +451,7 @@ br.big { .totp-link { width: fit-content; } + +[data-bs-theme="dark"] .mark { + background: rgba(243, 208, 101, 0.3); +}