Files
FreshRSS/p/themes/Mapco/_reader-view.scss
Thomas Guesnon 086fa0d49a Two themes (#2245)
* Two new themes

* update gitignore

* dirs cleaning + mobile ui improvements

* name added to credits file

* New line
2019-02-13 11:37:37 +01:00

14 lines
250 B
SCSS

/*=== 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;
font-size: 90%;
color: $grey-medium-dark;
}