mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-03-30 12:12:42 -04:00
21 lines
320 B
SCSS
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;
|
|
}
|
|
}
|
|
}
|
|
}
|