From b6f16112183d2b62db66de89c16def1e072b3b9a Mon Sep 17 00:00:00 2001 From: zadam Date: Wed, 3 Aug 2022 19:24:26 +0200 Subject: [PATCH] less accented backlinks background (in dark mode esp.) --- src/public/app/widgets/floating_buttons/zpetne_odkazy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/public/app/widgets/floating_buttons/zpetne_odkazy.js b/src/public/app/widgets/floating_buttons/zpetne_odkazy.js index 674578614..c44bda154 100644 --- a/src/public/app/widgets/floating_buttons/zpetne_odkazy.js +++ b/src/public/app/widgets/floating_buttons/zpetne_odkazy.js @@ -36,7 +36,7 @@ const TPL = ` right: 10px; width: 400px; border-radius: 10px; - background-color: var(--more-accented-background-color); + background-color: var(--accented-background-color); color: var(--main-text-color); padding: 20px; overflow-y: auto;