summaryrefslogtreecommitdiff
path: root/css/logotype.css
blob: 6f01f2004d9d55ee40cb70d5f95a737f2358d332 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
div.logotype {
	background-color:var(--foregroundColour);
	height:          3rem;
	margin:          0 auto;
	margin-bottom:   1rem;
	mask-image:      url("/svg/logotype.svg");
	mask-position:   center;
	mask-size:       100%;
	width:           3rem;
}