Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
11b4717e2c
|
@ -2471,27 +2471,16 @@ p.p.gray,span.p.gray {
|
||||||
|
|
||||||
|
|
||||||
/*适配GitHub仓库*/
|
/*适配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;
|
text-decoration: none;
|
||||||
border-bottom: 0px;
|
border-bottom: 0px;
|
||||||
color: rgb(48 122 246 / 0%);
|
color: rgb(48 122 246 / 0%);
|
||||||
background: 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 {
|
#article-container a.mr-3,#article-container a.repo-title {
|
||||||
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 {
|
|
||||||
border-bottom: 0;
|
border-bottom: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
|
|
|
@ -17144,9 +17144,8 @@ img.rss-plan-icon {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
border-bottom: 0px;
|
border-bottom: 0px;
|
||||||
color: rgb(48 122 246 / 0%);
|
color: rgb(48 122 246 / 0%);
|
||||||
|
box-shadow: 0 8px 12px -3px var(--heo-background);
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#article-container a:not(.fancybox).rss-plan-item.rss-plan-wechat:hover {
|
#article-container a:not(.fancybox).rss-plan-item.rss-plan-wechat:hover {
|
||||||
|
@ -17161,7 +17160,6 @@ img.rss-plan-icon {
|
||||||
background: var(--heo-blue);
|
background: var(--heo-blue);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#article-container a.rss-plan-item{
|
#article-container a.rss-plan-item{
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
|
Loading…
Reference in New Issue