调整链接css样式
This commit is contained in:
parent
1e2e687dfd
commit
1d23a74f81
|
@ -119,7 +119,7 @@ Last Modified time : 20220211 98:00 by https://immmmm.com
|
|||
justify-content: space-between;
|
||||
}
|
||||
|
||||
#cf-container a:not(.rss-plan-item) {
|
||||
#cf-container a {
|
||||
text-decoration: none;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
|
|
@ -3106,11 +3106,11 @@ ul {
|
|||
overflow-wrap: break-word;
|
||||
}
|
||||
|
||||
#article-container a:not(.rss-plan-item) {
|
||||
#article-container a {
|
||||
color: rgb(48, 122, 246);
|
||||
}
|
||||
|
||||
#article-container a:not(.rss-plan-item):hover {
|
||||
#article-container a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
|
@ -11450,7 +11450,7 @@ details[open]:not(.tk-admin-config-group):not(.card-friend-class-name) > summary
|
|||
}
|
||||
|
||||
/* 文章中的超链接 */
|
||||
#article-container a:not(.rss-plan-item) {
|
||||
#article-container a {
|
||||
text-decoration: none;
|
||||
border-bottom: 2px solid var(--heo-lighttext);
|
||||
color: var(--heo-fontcolor);
|
||||
|
@ -11459,7 +11459,7 @@ details[open]:not(.tk-admin-config-group):not(.card-friend-class-name) > summary
|
|||
border-radius: 4px 4px 0 0;
|
||||
}
|
||||
|
||||
#article-container a:not(.fancybox):not(.rss-plan-item):hover {
|
||||
#article-container a:not(.fancybox):hover {
|
||||
text-decoration: none;
|
||||
border-bottom: 2px solid var(--heo-none);
|
||||
color: var(--heo-white);
|
||||
|
@ -17461,6 +17461,38 @@ img.rss-plan-icon {
|
|||
opacity: .6
|
||||
}
|
||||
|
||||
#article-container a:not(.fancybox).rss-plan-item:hover{
|
||||
text-decoration: none;
|
||||
border-bottom: 0px;
|
||||
color: rgb(48 122 246 / 0%);
|
||||
|
||||
border-radius: 12px;
|
||||
|
||||
}
|
||||
|
||||
#article-container a:not(.fancybox).rss-plan-item.rss-plan-wechat:hover {
|
||||
background: #27c125;
|
||||
}
|
||||
|
||||
#article-container a:not(.fancybox).rss-plan-item.rss-plan-rss:hover {
|
||||
background: var(--heo-orange);
|
||||
}
|
||||
|
||||
#article-container a:not(.fancybox).rss-plan-item.rss-plan-mail:hover {
|
||||
background: var(--heo-blue);
|
||||
}
|
||||
|
||||
|
||||
#article-container a.rss-plan-item{
|
||||
font-weight: 400;
|
||||
text-decoration: none;
|
||||
border-bottom: 0px;
|
||||
padding: 0px;
|
||||
border-radius: 12px;
|
||||
color: rgb(48 122 246 / 0%);
|
||||
}
|
||||
|
||||
|
||||
/* 分页搜索框 */
|
||||
.pagination input {
|
||||
width: 40px;
|
||||
|
|
Loading…
Reference in New Issue