aboutsummaryrefslogtreecommitdiff
path: root/p/themes/Mapco/_reader-view.scss
blob: 3390985b067538c9483d32f313076dfb0631241a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
@use "variables";

/*=== READER VIEW */
/*================*/
#stream.reader .flux {
	padding: 0 0 50px;
	background: variables.$grey-light;
	color: variables.$main-font-color;
	border: none;
}

#stream.reader .flux .author {
	margin: 0 0 10px;
	color: variables.$grey-medium-dark;
	font-size: 90%;
}