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
+1252 -1082
View File
File diff suppressed because it is too large Load Diff
+3 -3
View File
@@ -1,11 +1,11 @@
{
"id": "share-note",
"name": "Share Note",
"version": "1.3.1",
"minAppVersion": "0.15.0",
"version": "1.5.3",
"minAppVersion": "1.8.7",
"description": "Instantly share a note, with the full theme and content exactly like you see in Reading View. Data is shared encrypted by default, and only you and the person you send it to have the key.",
"author": "Alan Grainger",
"authorUrl": "https://github.com/alangrainger",
"fundingUrl": "https://ko-fi.com/alan_",
"isDesktopOnly": false
}
}
+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;
}