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