From 649a581dd23a02af3959bb335b4f9f2a45ac61c2 Mon Sep 17 00:00:00 2001 From: Audric Ackermann Date: Fri, 30 Jul 2021 11:15:52 +1000 Subject: [PATCH] make caret-color as text-color to make it for visible --- stylesheets/_session.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/stylesheets/_session.scss b/stylesheets/_session.scss index 62c373306..11e6ffa17 100644 --- a/stylesheets/_session.scss +++ b/stylesheets/_session.scss @@ -24,7 +24,9 @@ input, textarea { - caret-color: $session-color-green !important; + @include themify($themes) { + caret-color: themed('textColor') !important; + } } * {