jvsteiner_send-note/styles.css
2023-09-23 13:05:26 +02:00

14 lines
248 B
CSS

.share-note-status-error.notice {
background: #c10000;
color: white
}
.share-note-status-info.notice {
background: hsl(204, 86%, 53%);
color: white
}
.share-note-status-success.notice {
background: #629762;
color: white
}