mxe/docs/assets/build-matrix.css

19 lines
327 B
CSS

/* 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;
}
td.neutral {
background-color: #d1d1d1;
text-align: center;
}