diff --git a/app/assets/stylesheets/lexxy.css b/app/assets/stylesheets/lexxy.css index aaf634710..1ae710da9 100644 --- a/app/assets/stylesheets/lexxy.css +++ b/app/assets/stylesheets/lexxy.css @@ -202,4 +202,15 @@ } } } + + action-text-attachment[content-type^='application/vnd.actiontext'] { + lexxy-node-delete-button { + inset-inline-start: -0.25ch; + + .lexxy-floating-controls__group { + background-color: oklch(var(--lch-blue-dark)); + border-radius: 50%; + } + } + } }