fix: workflow note node copy & link style (#5428)

This commit is contained in:
zxhlyh 2024-06-20 15:08:12 +08:00 committed by GitHub
commit e4259a8f13
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 18 additions and 3 deletions

View file

@ -15,8 +15,12 @@
}
.note-editor-theme_link {
text-decoration: underline;
cursor: pointer;
color: #155eef;
}
.note-editor-theme_link:hover {
text-decoration: underline;
}
.note-editor-theme_text-strikethrough {