From 287af267d64d66195006b5c251e5694253542a84 Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Thu, 10 Dec 2020 15:03:45 -0700 Subject: [PATCH] Add comment about changing the SVG image --- web/src/css/theme.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/web/src/css/theme.css b/web/src/css/theme.css index 6e409e3..6a72c95 100644 --- a/web/src/css/theme.css +++ b/web/src/css/theme.css @@ -42,6 +42,10 @@ is used for the text input backgrounds, as well as the question toggle button, then used as the main background of the past questions insert, with the primary background being the text input background. + + The text colours are also used for the SVG eyes, if you change the + "--board-background-text" variable, also change the fill value in the + /public/assets/eye.svg file to match it */ --board-background: #ACA885; --board-background-alt: #E1D098;