From 626516541278c742c8ebcbcc7b704e279a9861c9 Mon Sep 17 00:00:00 2001 From: inference Date: Tue, 24 Jun 2025 19:46:53 +0000 Subject: [PATCH] feat(ui): improve distinguishability of code variables --- main.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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; }