aboutsummaryrefslogtreecommitdiffstats
path: root/src/css/whitelist.css
blob: 32a7a103f6b4a5b2ddbfd17f7f4402c0da0d2a87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
div > p:first-child {
    margin-top: 0;
    }
div > p:last-child {
    margin-bottom: 0;
    }
#whitelist {
    box-sizing: border-box;
    font-size: small;
    height: 60vh;
	text-align: left;
    white-space: pre;
    width: 100%;
    }
#whitelist.bad {
    background-color: #fee;
    }