Files
FreshRSS/p/themes/Mapco/_reader-view.scss
2022-09-29 21:48:17 +02:00

23 lines
357 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 {
margin: 0 0 10px;
color: variables.$grey-medium-dark;
font-size: 90%;
}
}
}
}