MacBook-Pro-de-Oscar.local 2026-6-13:18:24:58

This commit is contained in:
oskar
2026-06-13 18:24:59 +02:00
parent e23a1dead0
commit 095fc50a14
96 changed files with 20091 additions and 41578 deletions
+4 -4
View File
@@ -1,18 +1,18 @@
.notice:has(.share-note-status-error.notice) {
.notice.share-note-status-error {
background: #c10000;
color: white
}
.notice:has(.share-note-status-info) {
.notice.share-note-status-info {
background: hsl(204, 86%, 53%);
color: white
}
.notice:has(.share-note-status-success) {
.notice.share-note-status-success {
background: #629762;
color: white
}
.notice:has(.share-note-status-success) a {
.notice.share-note-status-success a {
color: white;
text-decoration: underline;
}