_reader-view.scss 320 B

1234567891011121314151617181920
  1. @use "variables";
  2. /*=== READER VIEW */
  3. /*================*/
  4. #stream.reader {
  5. .flux {
  6. background: variables.$grey-light;
  7. color: variables.$main-font-color;
  8. border: none;
  9. .flux_content {
  10. background-color: variables.$white;
  11. border: none;
  12. .author {
  13. color: variables.$grey-medium-dark;
  14. }
  15. }
  16. }
  17. }