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;
}