From 42b4104d4f6a70a098be92a3c864209afcce06e3 Mon Sep 17 00:00:00 2001 From: Gnome Ann <> Date: Mon, 23 Aug 2021 13:06:27 -0400 Subject: [PATCH] Use henk717's modified CSS for editable chunks --- static/custom.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/custom.css b/static/custom.css index e821d9c7..afca3ee1 100644 --- a/static/custom.css +++ b/static/custom.css @@ -12,8 +12,9 @@ action { } chunk[contenteditable="true"]:focus, chunk[contenteditable="true"]:focus > action { - color: #ddffdd; + color: #cdf; font-weight: normal; + outline: 0px solid transparent; } #topmenu {