aboutsummaryrefslogtreecommitdiffstats
path: root/tool/block_cloudflare_mitm_fx/src/style.css
blob: 539aebc5ccf3e34203bc94ae3ab940c617b602a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
body {
	font: 13px Verdana
}
label {
	-webkit-user-select: none;
	-moz-user-select: none
}
textarea {
	white-space: pre;
	overflow-wrap: normal;
	overflow-x: scroll
}