Add "td.td-red" class selector

This commit is contained in:
inference 2023-11-20 01:43:37 +00:00
parent c41e2b14c5
commit 8737d4e37d
Signed by: inference
SSH Key Fingerprint: SHA256:FtEVfx1CmTKMy40VwZvF4k+3TC+QhCWy+EmPRg50Nnc

View File

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