first commit

This commit is contained in:
CrazyJasonwell
2026-07-23 20:36:13 +08:00
commit 513b68be8c
7915 changed files with 2642530 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
.notice.share-note-status-error {
background: #c10000;
color: white
}
.notice.share-note-status-info {
background: hsl(204, 86%, 53%);
color: white
}
.notice.share-note-status-success {
background: #629762;
color: white
}
.notice.share-note-status-success a {
color: white;
text-decoration: underline;
}
.share-note-icons {
display: flex;
}
.share-note-icons > span {
display: flex;
margin-left: 6px;
cursor: pointer;
}