/*
 * License: https://github.com/groovenectar/musiview/blob/master/LICENSE.md
 * Homepage: https://c.dup.bz
*/

html, body:has(.add-collection) {
	height: 100%;
}
ul {
	padding: 2rem 3rem;
	list-style: none;
}
li {
	margin-bottom: 1.5rem;
}
.add-collection {
	text-transform: lowercase;
}
