feat: 添加选项题

This commit is contained in:
zyronon
2025-05-22 03:02:23 +08:00
parent 4146a6e5eb
commit 444c11e717
30 changed files with 2718 additions and 2205 deletions

View File

@@ -143,6 +143,12 @@ html.dark {
.anim {
transition: background var(--anim-time), color var(--anim-time), border var(--anim-time);
}
.en-article-family {
font-family: var(--en-article-family);
}
.font-family {
font-family: var(--font-family);
}
html, body {
//font-size: 1px;
@@ -412,25 +418,6 @@ footer {
}
}
&.border {
&.active {
.item-title {
border-bottom: 2px solid gray !important;
}
}
.item-title {
transition: all .3s;
cursor: pointer;
border-bottom: 2px solid transparent;
}
&:hover {
.item-title {
border-bottom: 2px solid gray !important;
}
}
}
.item-title {
display: flex;