Add class selector "td.green"

This commit is contained in:
inference 2023-11-22 02:58:00 +00:00
parent b0ffc559fa
commit cdbe83c063
Signed by: inference
SSH Key Fingerprint: SHA256:FtEVfx1CmTKMy40VwZvF4k+3TC+QhCWy+EmPRg50Nnc

View File

@ -1,5 +1,5 @@
/* Inferencium - Website - CSS - Main */
/* Version: 11.2.0-alpha.6 */
/* Version: 11.2.0-alpha.7 */
/* Copyright 2022 Jake Winters */
/* SPDX-License-Identifier: BSD-3-Clause */
@ -193,6 +193,10 @@ td.desc {
text-align: left;
}
td.green {
background-color: #00a70a
}
td.red {
background-color: #e50000;
}