macbook-pro-de-oscar.home 2026-1-13:14:27:8
This commit is contained in:
10
.obsidian/plugins/share-note/styles.css
vendored
10
.obsidian/plugins/share-note/styles.css
vendored
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user