Merge pull request #487 from chengzhongxue/main

GitHub仓库标签
This commit is contained in:
困困鱼 2023-09-14 23:20:49 +08:00 committed by GitHub
commit 12c50d9524
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 28 additions and 0 deletions

View File

@ -2468,3 +2468,31 @@ p.p.gray,span.p.gray {
.hide-block { .hide-block {
margin: 0 0 16px margin: 0 0 16px
} }
/*适配GitHub仓库*/
#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%);
}
#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 {
border-bottom: 0;
padding: 0;
width: fit-content;
}