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