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