feat(ui): improve distinguishability of code variables
This commit is contained in:
parent
bccf04b006
commit
6265165412
9
main.css
9
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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user