Update CSS "main" from version 11.1.2-beta.1 to 11.1.3-beta.1

This commit is contained in:
inference 2023-11-18 01:53:47 +00:00
parent 60e55f2381
commit a0d6aa2b46
Signed by: inference
SSH Key Fingerprint: SHA256:FtEVfx1CmTKMy40VwZvF4k+3TC+QhCWy+EmPRg50Nnc

View File

@ -1,5 +1,5 @@
/* Inferencium - Website - CSS */ /* Inferencium - Website - CSS */
/* Version: 11.1.2-beta.1 */ /* Version: 11.1.3-beta.1 */
/* Copyright 2022 Jake Winters */ /* Copyright 2022 Jake Winters */
/* SPDX-License-Identifier: BSD-3-Clause */ /* SPDX-License-Identifier: BSD-3-Clause */
@ -24,7 +24,6 @@ h1 {
text-align: center; text-align: center;
line-height: 130%; line-height: 130%;
color: #ffffff; color: #ffffff;
padding-bottom: 40px;
} }
h2 { h2 {
@ -83,10 +82,7 @@ code {
font-size: 15px; font-size: 15px;
color: #ffffff; color: #ffffff;
background-color: #424242; background-color: #424242;
padding-top: 4px; padding: 2px;
padding-right: 4px;
padding-bottom: 4px;
padding-left: 4px;
} }