From e15c52d91f70e48bac5248b762cc07e585873a9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Thu, 16 Jun 2022 03:52:44 +0200 Subject: Add TODO about CSS foreground color. --- static/style.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/static/style.scss b/static/style.scss index 6c23ebc6..578288b4 100644 --- a/static/style.scss +++ b/static/style.scss @@ -7,6 +7,7 @@ html, body { body { background-color: var(--background-color); + /* TODO --foreground-color or similar */ } .root { -- cgit v1.2.3