Add "td.td-red" class selector
This commit is contained in:
parent
c41e2b14c5
commit
8737d4e37d
6
main.css
6
main.css
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user