diff --git a/services/web/frontend/stylesheets/modules/writefull.less b/services/web/frontend/stylesheets/modules/writefull.less index 2770bbfba8..5c4b5fe6da 100644 --- a/services/web/frontend/stylesheets/modules/writefull.less +++ b/services/web/frontend/stylesheets/modules/writefull.less @@ -21,3 +21,10 @@ color: @blue-50; user-select: none; } + +.editor-notification a.wf-promotion-link { + text-decoration: none; + &:hover { + text-decoration: underline; + } +}