GitHub仓库超链接样式,订阅卡片超链接样式 优化

This commit is contained in:
1152958806@qq.com 2023-09-25 10:29:08 +08:00
parent d2bb8f64c4
commit 0b390a54b7
2 changed files with 5 additions and 18 deletions

View File

@ -2471,27 +2471,16 @@ p.p.gray,span.p.gray {
/*适配GitHub仓库*/
#article-container a:not(.fancybox).mr-3:hover{
#article-container a:not(.fancybox).repo-title:hover,#article-container a:not(.fancybox).mr-3:hover{
text-decoration: none;
border-bottom: 0px;
color: rgb(48 122 246 / 0%);
background: rgb(48 122 246 / 0%);
border-radius: 0px;
box-shadow: 0 8px 12px -3px rgb(13,17,23);
}
#article-container a.mr-3 {
border-bottom: 0;
padding: 0;
width: fit-content;
}
#article-container a:not(.fancybox).repo-title:hover{
text-decoration: none;
border-bottom: 0px;
color: rgb(48 122 246 / 0%);
background: rgb(48 122 246 / 0%);
}
#article-container a.repo-title {
#article-container a.mr-3,#article-container a.repo-title {
border-bottom: 0;
padding: 0;
width: fit-content;

View File

@ -17144,9 +17144,8 @@ img.rss-plan-icon {
text-decoration: none;
border-bottom: 0px;
color: rgb(48 122 246 / 0%);
box-shadow: 0 8px 12px -3px var(--heo-background);
border-radius: 12px;
}
#article-container a:not(.fancybox).rss-plan-item.rss-plan-wechat:hover {
@ -17161,7 +17160,6 @@ img.rss-plan-icon {
background: var(--heo-blue);
}
#article-container a.rss-plan-item{
font-weight: 400;
text-decoration: none;