feat: 添加谷歌风格的页签 (#1160)

This commit is contained in:
way
2024-06-04 13:44:47 +08:00
committed by GitHub
parent b402a8924f
commit 7a6ee58e6d
8 changed files with 221 additions and 25 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;
}
}
}
}
}