mirror of
https://github.com/jvsteiner/send-note.git
synced 2026-07-22 11:20:26 +00:00
9 lines
159 B
CSS
9 lines
159 B
CSS
.share-note-status-error.notice {
|
|
background: #c10000;
|
|
color: white
|
|
}
|
|
|
|
.share-note-status-success.notice {
|
|
background: #4c864c;
|
|
color: white
|
|
}
|