Update CSS "Main" from version "11.4.0-beta.1" to "11.5.0-beta.1"

This commit is contained in:
inference 2024-02-04 21:35:26 +00:00
parent 94de9053e6
commit 39699d498e
Signed by: inference
SSH Key Fingerprint: SHA256:FtEVfx1CmTKMy40VwZvF4k+3TC+QhCWy+EmPRg50Nnc

View File

@ -1,5 +1,5 @@
/* Inferencium - Website - CSS - Main */ /* Inferencium - Website - CSS - Main */
/* Version: 11.4.0-beta.1 */ /* Version: 11.5.0-beta.1 */
/* Copyright 2022 Jake Winters */ /* Copyright 2022 Jake Winters */
/* SPDX-License-Identifier: BSD-3-Clause */ /* SPDX-License-Identifier: BSD-3-Clause */
@ -11,7 +11,7 @@ body {
margin-left: min(400px, 45vw); margin-left: min(400px, 45vw);
margin-right: min(150px, 12vw); margin-right: min(150px, 12vw);
font-family: Roboto, sans-serif; font-family: Roboto, sans-serif;
font-size: 17px; font-size: 16px;
line-height: 130%; line-height: 130%;
background-color: #121212; background-color: #121212;
} }
@ -65,14 +65,14 @@ h6 {
/* Paragraph */ /* Paragraph */
p { p {
font-family: Roboto, sans-serif; font-family: Roboto, sans-serif;
font-size: 17px; font-size: 16px;
color: #ffffff; color: #ffffff;
} }
/* Blockquote */ /* Blockquote */
blockquote { blockquote {
font-size: 17px; font-size: 16px;
color: #ffffff; color: #ffffff;
} }
@ -89,7 +89,7 @@ code {
/* Links */ /* Links */
a { a {
font-family: Roboto, sans-serif; font-family: Roboto, sans-serif;
font-size: 17px; font-size: 16px;
color: #90caf9; color: #90caf9;
text-decoration: none; text-decoration: none;
} }
@ -150,7 +150,7 @@ h6 a, h6 a:visited {
/* Lists */ /* Lists */
li { li {
font-family: Roboto, sans-serif; font-family: Roboto, sans-serif;
font-size: 17px; font-size: 16px;
color: #ffffff; color: #ffffff;
} }
@ -170,13 +170,13 @@ table, th, td {
border-color: #ffffff; border-color: #ffffff;
padding: 15px; padding: 15px;
font-family: Roboto, sans-serif; font-family: Roboto, sans-serif;
font-size: 17px; font-size: 16px;
color: #ffffff; color: #ffffff;
} }
th { th {
font-family: Roboto, sans-serif; font-family: Roboto, sans-serif;
font-size: 17px; font-size: 16px;
color: #ffffff; color: #ffffff;
font-weight: bold; font-weight: bold;
text-align: center; text-align: center;
@ -184,7 +184,7 @@ th {
td { td {
font-family: Roboto, sans-serif; font-family: Roboto, sans-serif;
font-size: 17px; font-size: 16px;
color: #ffffff; color: #ffffff;
text-align: center; text-align: center;
} }