aboutsummaryrefslogtreecommitdiff
path: root/p/themes/Mapco/_reader-view.rtl.css
blob: 85846b631ab94a1715c6961d542eb4e1bc7bd0f7 (plain)
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);
			}
		}
	}
}