This commit is contained in:
2025-12-27 11:44:50 +08:00
commit ccd43fac1f
1193 changed files with 384161 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
.notice:has(.share-note-status-error.notice) {
background: #c10000;
color: white
}
.notice:has(.share-note-status-info) {
background: hsl(204, 86%, 53%);
color: white
}
.notice:has(.share-note-status-success) {
background: #629762;
color: white
}
.notice:has(.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;
}