aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-06-16 03:52:44 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2022-06-16 03:52:44 +0200
commite15c52d91f70e48bac5248b762cc07e585873a9a (patch)
tree3eea5abeee98d5ec7fbd3e2fdc34c4b495020b9f
parentMove CSS background-color to body element. (diff)
downloadcalp-e15c52d91f70e48bac5248b762cc07e585873a9a.tar.gz
calp-e15c52d91f70e48bac5248b762cc07e585873a9a.tar.xz
Add TODO about CSS foreground color.
-rw-r--r--static/style.scss1
1 files changed, 1 insertions, 0 deletions
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 {