-
-
+
${translate('footerLinkSource')}
diff --git a/app/ui/tokens.css b/app/ui/tokens.css
index c2ff2047..62290284 100644
--- a/app/ui/tokens.css
+++ b/app/ui/tokens.css
@@ -572,6 +572,18 @@ send-upload-area {
border-bottom-color: var(--snd-danger);
}
+/* stylelint-disable no-descending-specificity */
+.snd-input:-webkit-autofill,
+.snd-input:-webkit-autofill:hover,
+.snd-input:-webkit-autofill:focus,
+.snd-input:-webkit-autofill:active {
+ -webkit-text-fill-color: var(--snd-text);
+ caret-color: var(--snd-text);
+ box-shadow: 0 0 0 1000px var(--snd-bg) inset;
+ transition: background-color 9999s ease-in-out 0s;
+}
+/* stylelint-enable no-descending-specificity */
+
.is-hidden {
visibility: hidden;
}
diff --git a/assets/send-fb.jpg b/assets/send-fb.jpg
index a9dcbdbf..d5aca352 100644
Binary files a/assets/send-fb.jpg and b/assets/send-fb.jpg differ
diff --git a/assets/send-twitter.jpg b/assets/send-twitter.jpg
index ae30ad54..8aac6713 100644
Binary files a/assets/send-twitter.jpg and b/assets/send-twitter.jpg differ
diff --git a/server/config.js b/server/config.js
index 7715c3a6..4f8ea14d 100644
--- a/server/config.js
+++ b/server/config.js
@@ -246,7 +246,7 @@ const conf = convict({
},
footer_source_url: {
format: String,
- default: 'https://github.com/tarnover/send',
+ default: 'https://github.com/tarnover/snd',
env: 'SEND_FOOTER_SOURCE_URL'
},
custom_footer_text: {
diff --git a/server/layout.js b/server/layout.js
index 98bf9afb..e71e9a3d 100644
--- a/server/layout.js
+++ b/server/layout.js
@@ -75,7 +75,7 @@ module.exports = function(state, body = '') {
${state.translate('whyJavascript')}