GitHub仓库超链接样式,订阅卡片超链接样式 优化
This commit is contained in:
parent
d2bb8f64c4
commit
0b390a54b7
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue