diff --git a/app/views/components/editor.css b/app/views/components/editor.css index 03b5487..490086e 100644 --- a/app/views/components/editor.css +++ b/app/views/components/editor.css @@ -18,3 +18,7 @@ .editor p { margin: unset; } + +.editor a:hover { + cursor: pointer; +}