Merge pull request #17435 from overleaf/jdt-wf-promo-links

Removing underline from links in Writefull ad

GitOrigin-RevId: bdcdab7ab37bf9e49d7d1ac3c2ab0a41e618304a
This commit is contained in:
Jimmy Domagala-Tang 2024-03-12 09:08:07 -04:00 committed by Copybot
parent 8b18b511ff
commit dfa29dad61

View file

@ -21,3 +21,10 @@
color: @blue-50;
user-select: none;
}
.editor-notification a.wf-promotion-link {
text-decoration: none;
&:hover {
text-decoration: underline;
}
}