1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee

扩展MV3;Double S 快捷搜索功能完善;README完成

This commit is contained in:
2023-01-07 00:27:58 +08:00
commit 0620de4fa7
18 changed files with 2005 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
// 全局样式
* {
margin: 0;
padding: 0;
}
li {
list-style: none;
}
a {
text-decoration: none;
}
body {
background: #a6c1ee;
}