Add class selector "td.green"
This commit is contained in:
parent
b0ffc559fa
commit
cdbe83c063
6
main.css
6
main.css
@ -1,5 +1,5 @@
|
|||||||
/* Inferencium - Website - CSS - Main */
|
/* Inferencium - Website - CSS - Main */
|
||||||
/* Version: 11.2.0-alpha.6 */
|
/* Version: 11.2.0-alpha.7 */
|
||||||
|
|
||||||
/* Copyright 2022 Jake Winters */
|
/* Copyright 2022 Jake Winters */
|
||||||
/* SPDX-License-Identifier: BSD-3-Clause */
|
/* SPDX-License-Identifier: BSD-3-Clause */
|
||||||
@ -193,6 +193,10 @@ td.desc {
|
|||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
td.green {
|
||||||
|
background-color: #00a70a
|
||||||
|
}
|
||||||
|
|
||||||
td.red {
|
td.red {
|
||||||
background-color: #e50000;
|
background-color: #e50000;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user