1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-24 11:56:36 +02:00
ttrss/quicksub.css

27 lines
243 B
CSS

body {
margin : 1em;
}
h1 {
font-size : 14pt;
font-weight : bold;
}
a {
color : #4684ff;
text-decoration : none;
}
a:hover {
color : black;
}
img.logo {
float : right;
}
div.content {
padding : 1em;
border : 1px solid #88b0ff;
}