Files
FreshRSS/p/themes/Mapco/_reader-view.scss
maTh 1d10b3697d new: reader view: footer has manage icons (#7133)
* add footer

* rename content thin medium large class

* rework css

* footer improved
2024-12-26 19:05:18 +01:00

21 lines
320 B
SCSS

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