Merge branch 'main' into pages

This commit is contained in:
xiaoxian521
2024-06-04 13:59:51 +08:00
13 changed files with 422 additions and 218 deletions

View File

@@ -115,6 +115,22 @@ html.dark {
background-color: rgb(255 255 255 / 12%);
}
}
.chrome-tab {
.tag-title {
color: #666;
}
&:hover {
.chrome-tab__bg {
color: #333;
}
.tag-title {
color: #adadad;
}
}
}
}
}