]> git.wh0rd.org - tt-rss.git/blob - utils/notifier/style.css
add google chrome notifier
[tt-rss.git] / utils / notifier / style.css
1 body {
2 margin : 2em;
3 padding : 0em;
4 font-family : sans-serif;
5 font-size : 12px;
6 }
7
8 .floatingLogo {
9 float : right;
10 }
11
12 a {
13 color : #4684ff;
14 text-decoration : none;
15 }
16
17 a:hover {
18 color : black;
19 }
20
21 h1 {
22 color : #88b0f0;
23 font-size : 18px;
24 }
25
26 h2 {
27 color : gray;
28 font-size : 16px;
29 }
30
31