diff --git a/main.css b/main.css index 3d97b3d..ea28e33 100644 --- a/main.css +++ b/main.css @@ -1,5 +1,5 @@ /* Inferencium - Website - CSS - Main */ -/* Version: 12.5.0-alpha.2 */ +/* Version: 12.5.0-alpha.3 */ /* Copyright 2022 Jake Winters */ /* SPDX-License-Identifier: BSD-3-Clause */ @@ -104,6 +104,9 @@ pre.ssh-valid { color: #000000; } +var { + color: #b8b8b8; +} /* Links */ a { @@ -367,6 +370,10 @@ div.sitemap-small { background-color: #e0e2ec; } + var { + color: #696969; + } + table, th, td { border-color: #000000; }