macbook-pro-de-oscar.home 2026-1-13:14:27:8

This commit is contained in:
oskar
2026-01-13 14:27:09 +01:00
parent 418ba4d1a0
commit 2b4ec22b8b
57 changed files with 2895 additions and 15760 deletions

View File

@@ -1,17 +1,21 @@
.share-note-status-error.notice {
.notice:has(.share-note-status-error.notice) {
background: #c10000;
color: white
}
.share-note-status-info.notice {
.notice:has(.share-note-status-info) {
background: hsl(204, 86%, 53%);
color: white
}
.share-note-status-success.notice {
.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;