summaryrefslogtreecommitdiffstats
path: root/css/dashboard.css
blob: 61998950631c5ca3b7b71683eadfc44e8d50b6ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
.icon-newsdashboard {
	background-image: url('../img/app-dark.svg');
	filter: var(--background-invert-if-dark);
}

.widget-list li {
	list-style-type: disc;
}

#app-dashboard .panels .panel--header h2 {
	display: flex;
}