diff --git a/themes/_global/img/icons/evernote-icon--black.svg b/themes/_global/img/icons/evernote-icon--black.svg
new file mode 100644
index 000000000..1336648c5
--- /dev/null
+++ b/themes/_global/img/icons/evernote-icon--black.svg
@@ -0,0 +1,8 @@
+
+
+
+
diff --git a/themes/baggy/css/main.css b/themes/baggy/css/main.css
index 90d546fcd..54622cfce 100755
--- a/themes/baggy/css/main.css
+++ b/themes/baggy/css/main.css
@@ -742,6 +742,9 @@ a.add-to-wallabag-link-after:after {
.icon-reload:before {
content: "\ea2e";
}
+.icon-evernote:before {
+ content: "\e603";
+}
/* .icon-image class, for image-based icons
diff --git a/themes/baggy/fonts/icomoon.eot b/themes/baggy/fonts/icomoon.eot
index 784ac198a..3d4d14ae8 100644
Binary files a/themes/baggy/fonts/icomoon.eot and b/themes/baggy/fonts/icomoon.eot differ
diff --git a/themes/baggy/fonts/icomoon.svg b/themes/baggy/fonts/icomoon.svg
index 2e2f16f70..19fcfa1f3 100644
--- a/themes/baggy/fonts/icomoon.svg
+++ b/themes/baggy/fonts/icomoon.svg
@@ -10,6 +10,7 @@
+
diff --git a/themes/baggy/fonts/icomoon.ttf b/themes/baggy/fonts/icomoon.ttf
index b4fb95bc2..923f56d81 100644
Binary files a/themes/baggy/fonts/icomoon.ttf and b/themes/baggy/fonts/icomoon.ttf differ
diff --git a/themes/baggy/fonts/icomoon.woff b/themes/baggy/fonts/icomoon.woff
index 158108f13..a2e86d361 100644
Binary files a/themes/baggy/fonts/icomoon.woff and b/themes/baggy/fonts/icomoon.woff differ
diff --git a/themes/baggy/view.twig b/themes/baggy/view.twig
index 473e36958..0d0a4438e 100755
--- a/themes/baggy/view.twig
+++ b/themes/baggy/view.twig
@@ -15,7 +15,7 @@
{% if constant('SHARE_TWITTER') == 1 %}
{% endif %}
{% if constant('SHARE_MAIL') == 1 %}{% trans "Email" %}{% endif %}
{% if constant('SHARE_SHAARLI') == 1 %}{% trans "shaarli" %}{% endif %}
- {% if constant('SHARE_EVERNOTE') == 1 %}{% trans "evernote" %}{% endif %}
+ {% if constant('SHARE_EVERNOTE') == 1 %}{% trans "evernote" %}{% endif %}
{% if constant('SHARE_DIASPORA') == 1 %}{% trans "diaspora" %}{% endif %}
{% if constant('FLATTR') == 1 %}{% if flattr.status == constant('FLATTRABLE') %}{% trans "flattr" %}{% elseif flattr.status == constant('FLATTRED') %}{% trans "flattr" %} ({{ flattr.numFlattrs }}){% endif %}{% endif %}
{% if constant('CARROT') == 1 %}Carrot{% endif %}
diff --git a/themes/default/css/style-default.css b/themes/default/css/style-default.css
index 666c4a28c..39a4df900 100755
--- a/themes/default/css/style-default.css
+++ b/themes/default/css/style-default.css
@@ -43,6 +43,11 @@ a.carrot span {
background-size: 16px 16px;
}
+a.evernote span {
+ background-image: url('../../_global/img/icons/evernote-icon--black.svg');
+ background-size: 16px 16px;
+}
+
a.diaspora span {
background-image: url('../../_global/img/icons/diaspora-icon--black.png');
background-size: 16px 16px;