Replies: 11 comments 10 replies
-
@IshuaWang 1.3.3.beta4 |
Beta Was this translation helpful? Give feedback.
3 replies
-
<style type="text/css">html {
--background2: rgba(255, 255, 255, 0.1);
}
html.night {
--background2: rgba(40, 44, 52, .1);
}
.section .card {
background: var(--background2);
}
.tag{
background: var(--background2);
}
.admire .admire-content button {
color: #000000;
background: var(--background2) !important;
}
.article-operation .level-item a,
.article-operation .level-item a:before {
background: var(--background2);
}
.journal .card-tab div,
.journal .card-tab div:before {
background: var(--background2);
color: var(--main);
border-color: var(--background2);
}
.journal .journal-teams .item {
background: var(--background2);
color: var(--main);
border: 1px solid lightgray;
&.active {
background: rgba(64,224,208,.1);
}
}
.journal .journal-content{
background: var(--background2);
}
</style> 瞬间标签栏应该是你自己注入的样式导致的 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
目前个人主题加了这一块看起来不是很美观,如果可以隐藏掉保留原样就好了
Beta Was this translation helpful? Give feedback.
All reactions