From 901359a557c0f9db45cb1548cc5ae8176f4bd993 Mon Sep 17 00:00:00 2001 From: Jaifroid Date: Sat, 12 Jun 2021 14:56:38 +0100 Subject: [PATCH] Make author visible in dark mode Former-commit-id: 92eac08037020f3fc8eedc76ae93bd24f37f71d9 [formerly 3821202b44fa7c38adb8b186d44e31dff13702f1 [formerly 0927d9ac08f6ec1fdcffbb933feccf2f58169493]] Former-commit-id: 95d2adc57c91feb86e7d9e0e49f6ad4289aef26a Former-commit-id: c30a5fb72958e17a9ad826de03840e24373f18c1 --- www/-/s/style-dark.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/-/s/style-dark.css b/www/-/s/style-dark.css index 8b63ea95..22515215 100644 --- a/www/-/s/style-dark.css +++ b/www/-/s/style-dark.css @@ -69,7 +69,7 @@ td[style*="background"]:not([class*="translations"]):not([style*="transparent"]) text-decoration: underline !important; } -#content .qb .qbHeader { +#content .qb .qbHeader, .pure-input-rounded { background: #1d3030; color: whitesmoke; }