Mercurial > addons > firefox-addons > feed-preview
diff Makefile @ 8:c271192aac9d
Improve visual appearance
Make use of the built-in browser extension stylesheet.
Use semantic CSS variables.
author | Guido Berhoerster <guido+feed-preview@berhoerster.name> |
---|---|
date | Tue, 27 Nov 2018 11:11:15 +0100 |
parents | 5d7c13e998e9 |
children | ff5e5e3eba32 |
line wrap: on
line diff
--- a/Makefile Tue Nov 27 10:47:26 2018 +0100 +++ b/Makefile Tue Nov 27 11:11:15 2018 +0100 @@ -51,7 +51,8 @@ web_resources/style/entry-content.css \ web_resources/feed-preview.xhtml \ web_resources/xhtml-to-html.xsl \ - web_resources/images/arrow.svg + web_resources/images/arrow.svg \ + web_resources/images/feed.svg .DEFAULT_TARGET = all