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

release 0.3.4

This commit is contained in:
songjunxi
2023-11-10 14:59:47 +08:00
parent 2b456637e9
commit 602f2059fd
161 changed files with 9921 additions and 347 deletions

View File

@@ -3,5 +3,29 @@
@tailwind utilities;
body {
background-color: var(--novel-white);
background-color: var(--inke-white);
}
*::-webkit-scrollbar {
width: 0px;
height: 10px;
}
*::-webkit-scrollbar-thumb {
background: hsla(215, 10%, 77%, 0);
border-radius: 4px;
}
*::-webkit-scrollbar-thumb:hover {
background: hsla(0, 0%, 59%, 0.524);
}
.grids {
background-image: linear-gradient(
0deg,
rgba(0, 0, 0, 0.05) 1px,
transparent 0
),
linear-gradient(90deg, rgba(0, 0, 0, 0.05) 1px, transparent 0);
background-position: 50%;
background-size: 24px 24px;
}