
* website/docs: Update deps. * website/docs: Port partial monorepo fixes. Fix build warnings. * website/docs: Update Prettier. * website/docs: Format. Update deps. * website/docs: Remove empty entry.
21 lines
357 B
CSS
21 lines
357 B
CSS
.table td {
|
|
text-align: center;
|
|
font-weight: bold;
|
|
|
|
&:first-child {
|
|
text-align: right;
|
|
width: 13ch;
|
|
}
|
|
|
|
&:not(:first-child) {
|
|
width: 10ch;
|
|
}
|
|
|
|
&[data-supported="true"] {
|
|
color: var(--ifm-color-success-dark);
|
|
}
|
|
&[data-supported="false"] {
|
|
color: var(--ifm-color-danger-dark);
|
|
}
|
|
}
|