1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-30 12:30:52 +02:00
ttrss/utils/notifier/style.css
2010-02-17 14:26:25 +03:00

32 lines
289 B
CSS

body {
margin : 2em;
padding : 0em;
font-family : sans-serif;
font-size : 12px;
}
.floatingLogo {
float : right;
}
a {
color : #4684ff;
text-decoration : none;
}
a:hover {
color : black;
}
h1 {
color : #88b0f0;
font-size : 18px;
}
h2 {
color : gray;
font-size : 16px;
}