aboutsummaryrefslogtreecommitdiff
path: root/p/themes/Ansum/_tables.rtl.css
blob: efb395640e88187e22d74dde5c37613509864f24 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*=== Tables */
table {
	border-collapse: collapse;
}

th, td {
	border: 1px solid var(--grey-medium-light);
}

th {
	background: var(--grey-lighter);
}

.config-articleicons td,
.config-articleicons th {
	font-weight: normal;
	text-align: center;
}