first version

This commit is contained in:
2021-11-01 22:30:51 +08:00
parent da2a96865c
commit d964439624
143 changed files with 29617 additions and 101 deletions
@@ -0,0 +1,9 @@
.iconButton {
text-align: center;
color: rgba(165, 181, 192, 1);
cursor: pointer;
&:hover {
color: rgba(247, 247, 247, 1);
}
}