feat(ui): improve distinguishability of code variables

This commit is contained in:
inference 2025-06-24 19:46:53 +00:00
parent bccf04b006
commit 6265165412
Signed by: inference
SSH Key Fingerprint: SHA256:/O3c09/4f1lh4zrhFs2qvQEDda6dZbTwG9xEcj8OfWo

View File

@ -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;
}