Mercurial > addons > firefox-addons > feed-preview
comparison web_resources/style/common.css @ 0:bc5cc170163c
Initial revision
author | Guido Berhoerster <guido+feed-preview@berhoerster.name> |
---|---|
date | Wed, 03 Oct 2018 23:40:57 +0200 |
parents | |
children | c271192aac9d |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:bc5cc170163c |
---|---|
1 @import url("photon-colors.css"); | |
2 | |
3 html, | |
4 body { | |
5 box-sizing: border-box; | |
6 margin: 0; | |
7 font: -moz-desktop; | |
8 font-size: 15px; | |
9 line-height: 1.4em; | |
10 color: var(--grey-90); | |
11 } | |
12 | |
13 h1, h2, h3, h4, h5, h6 { | |
14 line-height: 1.15em; | |
15 } | |
16 | |
17 :link { | |
18 color: var(--blue-50); | |
19 text-decoration: none; | |
20 } | |
21 | |
22 :visited { | |
23 color: var(--blue-50); | |
24 text-decoration: none; | |
25 } | |
26 | |
27 :link:hover, | |
28 :link:active, | |
29 :visited:hover, | |
30 :visited:active { | |
31 text-decoration: underline; | |
32 } | |
33 | |
34 :link:hover { | |
35 color: var(--blue-60); | |
36 } | |
37 | |
38 :link:active { | |
39 color: var(--blue-70); | |
40 } | |
41 | |
42 :visited:hover { | |
43 color: var(--blue-60); | |
44 } | |
45 | |
46 :visited:active { | |
47 color: var(--blue-70); | |
48 } |