Removing underline from links in Writefull ad GitOrigin-RevId: bdcdab7ab37bf9e49d7d1ac3c2ab0a41e618304a
@@ -21,3 +21,10 @@
color: @blue-50;
user-select: none;
}
+
+.editor-notification a.wf-promotion-link {
+ text-decoration: none;
+ &:hover {
+ text-decoration: underline;
+ }
+}