A free, self-hostable aggregator…
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

14 lines
251 B

/*=== READER VIEW */
/*================*/
#stream.reader .flux {
padding: 0 0 50px;
background: $grey-light;
color: $main-font-color;
border: none;
}
#stream.reader .flux .author {
margin: 0 0 10px;
color: $grey-medium-dark;
font-size: 90%;
}