From df1a4f66479849c5c0564336d51bdac6fbad6472 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 28 Aug 2024 02:00:07 +0300 Subject: [PATCH] minor tweak... Signed-off-by: Alex A. Naanou --- experiments/outline-editor/editor.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/experiments/outline-editor/editor.css b/experiments/outline-editor/editor.css index 619abb7..771a606 100755 --- a/experiments/outline-editor/editor.css +++ b/experiments/outline-editor/editor.css @@ -590,9 +590,12 @@ .XXX>.view { background: yellow; } + .XXX:hover>.view { + background: rgb(253, 218, 13, 0.5) !important; + } .focused.XXX>.view { /* XXX can we avoid !important here??? */ - background: #FDDA0D !important; + background: rgb(253, 218, 13) !important; } }