Files
FreshRSS/p/themes/Mapco/_reader-view.scss
maTh bf68205ae3 Improved: Reading view: author (#6289)
* move the margin from themes to frss.css + delete font-size

* same source code as normal view for author information
2024-04-15 23:14:34 +02:00

21 lines
315 B
SCSS

@use "variables";
/*=== READER VIEW */
/*================*/
#stream.reader {
.flux {
background: variables.$grey-light;
color: variables.$main-font-color;
border: none;
.content {
background-color: variables.$white;
border: none;
.author {
color: variables.$grey-medium-dark;
}
}
}
}