summaryrefslogtreecommitdiff
path: root/public/lite/bare.css
blob: a0903c222edd81294b939c8a7e6a29d99bd2838b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
.nojs {
	margin: 2em;
	border: solid 3px orange;
	padding: 1em;
	background: beige;
	color: darkblue;
	contain: content;
}

none {
	display: none;
}