Skip to content

Commit

Permalink
add icons
Browse files Browse the repository at this point in the history
  • Loading branch information
shawroger committed Jan 15, 2023
1 parent 9f81873 commit be66f1f
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 0 deletions.
Binary file added icon/hujiang.com.ico
Binary file not shown.
Binary file added icon/sequoiacap.com.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 23 additions & 0 deletions style/link-icon.css
Original file line number Diff line number Diff line change
Expand Up @@ -3092,3 +3092,26 @@
content: "";
background-image: url("../icon/xiezuocat.com.ico");
}

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

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

0 comments on commit be66f1f

Please sign in to comment.