diff --git a/static/images/trello/favicon-generator.png b/static/images/trello/favicon-generator.png new file mode 100644 index 0000000000..5920bf88c6 Binary files /dev/null and b/static/images/trello/favicon-generator.png differ diff --git a/themes/landscape/layout/_partial/footer.ejs b/themes/landscape/layout/_partial/footer.ejs index c53e47dbdd..3c1590e87f 100644 --- a/themes/landscape/layout/_partial/footer.ejs +++ b/themes/landscape/layout/_partial/footer.ejs @@ -12,7 +12,7 @@ diff --git a/themes/landscape/layout/_partial/post/interaction.ejs b/themes/landscape/layout/_partial/post/interaction.ejs index 4bf8cb1998..cd140efb0f 100644 --- a/themes/landscape/layout/_partial/post/interaction.ejs +++ b/themes/landscape/layout/_partial/post/interaction.ejs @@ -10,7 +10,7 @@ let synText = ""; if (synArray.length > 0) { - synText = "or by replying to its syndication on " + synArray.join(" or "); + synText = " or by replying to its syndication on " + synArray.join(" or "); } let commentText = ""; @@ -22,7 +22,7 @@

You can interact with this <%= type %> (applause, criticism, whatever) - by mention it in one of your posts <%- synText %>, which will also be shown here as a + by mention it in one of your posts<%- synText %>, which will also be shown here as a Webmention <%- commentText %>.

diff --git a/themes/landscape/source/css/_partial/article.styl b/themes/landscape/source/css/_partial/article.styl index f01ab44c51..f57fb1dd68 100644 --- a/themes/landscape/source/css/_partial/article.styl +++ b/themes/landscape/source/css/_partial/article.styl @@ -268,6 +268,8 @@ margin: (line-height-title / 1.5) 0 (line-height-title / 2) a:not([class]) text-decoration: none + white-space: pre-line + word-break: break-word border-bottom: transparent 1px solid &:hover border-bottom: color-link 1px solid @@ -471,7 +473,8 @@ font-family: fa-icons margin-right: 4px font-size: 12px - content: icon-arrow-right + font-weight: 400 + content: icon-chevron-right color: color-link /[data-theme="dark"] & color: dark-color-link @@ -536,7 +539,7 @@ position: absolute left: -10px top: -14px - content: icon-pencil + content: icon-feather font-family: fa-icons font-size: 6em text-rendering: auto diff --git a/themes/landscape/source/css/_partial/page.styl b/themes/landscape/source/css/_partial/page.styl index d630988f7c..f009b3da91 100644 --- a/themes/landscape/source/css/_partial/page.styl +++ b/themes/landscape/source/css/_partial/page.styl @@ -47,11 +47,12 @@ color: dark-color-link &:before font-family: fa-icons - font-size: icon-home-size + font-size: 15px + font-weight: 400 margin-right: 10px width: icon-home-size height: icon-home-size - content: icon-arrow-left + content: icon-chevron-left .page-index-list list-style-type: none @@ -393,7 +394,7 @@ // margin-right: 10px // width: icon-home-size // height: icon-home-size - // content: icon-arrow-right + // content: icon-chevron-right .card-img display: block diff --git a/themes/landscape/source/css/_variables.styl b/themes/landscape/source/css/_variables.styl index 550373b8a4..ccad24281b 100644 --- a/themes/landscape/source/css/_variables.styl +++ b/themes/landscape/source/css/_variables.styl @@ -101,8 +101,6 @@ icon-asterisk = "\f069" icon-bullseye = "\f140" icon-cat = "\f6be" icon-bars = "\f0c9" -icon-arrow-left = "\f060" -icon-arrow-right = "\f061" icon-chevron-left = "\f053" icon-chevron-right = "\f054" icon-angles-left = "\f100"