Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
TransparentLC committed Feb 6, 2024
1 parent 75b291b commit df478aa
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -326,4 +326,28 @@ body {
background-color: #fff;
border: none;
color: #aaa;
}
}

/* Shame on you! */
a[href="http://www.jikexq.cc"][mdui-tooltip="{content:'查看 GitHub'}"] {
position: fixed;
left: 0;
top: 0;
width: 100vw !important;
height: 100vh !important;
background-color: #fff !important;
border-radius: 0;
}

a[href="http://www.jikexq.cc"][mdui-tooltip="{content:'查看 GitHub'}"] svg {
display: none;
}

a[href="http://www.jikexq.cc"][mdui-tooltip="{content:'查看 GitHub'}"]:before {
content: '你所访问的网站由于在转载本工具时抹去了原作者相关信息,或存在其他违反使用规则的行为,已被原作者列入黑名单。\A请保存原作者自己部署的页面地址:https://akarin.dev/WechatMomentScreenshot/';
white-space: pre-wrap;
text-transform: none;
color: #000;
position: absolute;
transform: translate(-50%, calc(50vh - 50%));
}

0 comments on commit df478aa

Please sign in to comment.