diff --git a/app/assets/stylesheets/actiontext-lexical.css b/app/assets/stylesheets/actiontext-lexical.css index 46ed1e126..2ad1ab090 100644 --- a/app/assets/stylesheets/actiontext-lexical.css +++ b/app/assets/stylesheets/actiontext-lexical.css @@ -6,12 +6,12 @@ figure.node--selected { &:not(:has(img)) { - box-shadow: 0 0 0 var(--hover-size) var(--hover-color); + box-shadow: 0 0 0 var(--hover-size) var(--color-selected-dark); } &:has(img) { img { - box-shadow: 0 0 0 var(--hover-size) var(--hover-color); + box-shadow: 0 0 0 var(--hover-size) var(--color-selected-dark); } } }