summaryrefslogtreecommitdiffstats
path: root/docs/assets/build-matrix.css
blob: 49850b63e1d0e7c31a4ceeff4268cfd064ad7eb4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* This file is part of MXE. See LICENSE.md for licensing information. */

table.fullscreen {
    width: 100%;
}

td.supported {
    background-color: #98fb98;
    text-align: center;
}
td.unsupported {
    background-color: #f99;
    text-align: center;
}