Mercurial > addons > firefox-addons > feed-preview
comparison web_resources/images/feed.svg @ 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 | |
children |
comparison
equal
deleted
inserted
replaced
7:2bbb7617dd13 | 8:c271192aac9d |
---|---|
1 <!-- | |
2 Copyright (C) 2018 Guido Berhoerster <guido+feed-preview@berhoerster.name> | |
3 | |
4 This Source Code Form is subject to the terms of the Mozilla Public | |
5 License, v. 2.0. If a copy of the MPL was not distributed with this | |
6 file, You can obtain one at http://mozilla.org/MPL/2.0/. | |
7 --> | |
8 <svg version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"> | |
9 <g opacity=".04"> | |
10 <circle cx="4" cy="12" r="2" fill="#000"/> | |
11 <g fill="none" stroke="#000" stroke-width="2" stroke-linecap="round"> | |
12 <path d="m3 7c4 0 6 2 6 6"/> | |
13 <path d="m3 3c6 0 10 4 10 10"/> | |
14 </g> | |
15 </g> | |
16 </svg> |