summaryrefslogtreecommitdiffstats
path: root/vendor/derivative/doc/custom.css
blob: 3ccc008062d672c36ef21f75490c6e32054a82cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#content > main > table {
    position: relative;
    left: 50%;
    transform: translateX(-50%);

    margin-left: 0px;
    margin-right: 0px;
}

#content > main > table td {
	vertical-align: top;
}

#content > main > table .hljs {
    background: none;
}

.readme-example {
    background: #f1f1f1;
}

table .readme-example > td {
	border: 1px hsl(0, 0%, 0%) solid;
}