Skip to content

Commit

Permalink
add icon
Browse files Browse the repository at this point in the history
  • Loading branch information
shawroger committed Jan 20, 2023
1 parent 9a275ef commit d5225d1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ div.protyle-wysiwyg.protyle-wysiwyg--attr {
#barFeedback,
#toolbarVIP,
#barSync,
#windowAppIcon,
#editorEmptyHelp,
#barTopHelp,
#layouts
Expand Down
Binary file added icon/worthsee.com.ico
Binary file not shown.
9 changes: 9 additions & 0 deletions style/link-icon.css
Original file line number Diff line number Diff line change
Expand Up @@ -3141,3 +3141,12 @@
content: "";
background-image: url("../icon/tiktok.com.png");
}

.protyle-wysiwyg
[data-node-id]
span[data-type="a"][data-href*="worthsee.com"]:not(:empty)::before,
.protyle-wysiwyg [data-node-id] a[href*="worthsee.com"]::before,
.b3-typography a[href*="worthsee.com"]::before {
content: "";
background-image: url("../icon/worthsee.com.ico");
}

0 comments on commit d5225d1

Please sign in to comment.