diff --git a/plugins/talk-plugin-author-menu/client/components/AuthorName.css b/plugins/talk-plugin-author-menu/client/components/AuthorName.css index 386d7cb45..d9a8bdd71 100644 --- a/plugins/talk-plugin-author-menu/client/components/AuthorName.css +++ b/plugins/talk-plugin-author-menu/client/components/AuthorName.css @@ -5,6 +5,9 @@ .button { composes: buttonReset from "coral-framework/styles/reset.css"; + &:hover { + text-decoration: underline; + } } .name {