1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-24 11:56:36 +02:00
ttrss/utility.css
2007-03-02 15:08:00 +01:00

31 lines
247 B
CSS

body {
margin : 2em;
padding : 0em;
}
p.warning {
color : red;
}
p.query {
color : green;
}
p.insensitive {
color : gray;
}
.floatingLogo {
float : right;
}
a {
color : #4684ff;
text-decoration : none;
}
a:hover {
color : black;
}