mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-05-24 16:25:00 -04:00
* Two new themes * update gitignore * dirs cleaning + mobile ui improvements * name added to credits file * New line
14 lines
250 B
SCSS
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;
|
|
}
|