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

This commit is contained in:
inference 2024-01-30 18:00:13 +00:00
parent 23112c01b3
commit 653742fbd3
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.3.0-beta.1 */ /* Version: 11.4.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: 20px; font-size: 17px;
line-height: 130%; line-height: 130%;
background-color: #121212; background-color: #121212;
} }
@ -20,7 +20,7 @@ body {
/* Headings */ /* Headings */
h1 { h1 {
font-family: Roboto, sans-serif; font-family: Roboto, sans-serif;
font-size: 26px; font-size: 24px;
text-align: center; text-align: center;
line-height: 130%; line-height: 130%;
color: #ffffff; color: #ffffff;
@ -28,21 +28,21 @@ h1 {
h2 { h2 {
font-family: Roboto, sans-serif; font-family: Roboto, sans-serif;
font-size: 24px; font-size: 22px;
line-height: 130%; line-height: 130%;
color: #ffffff; color: #ffffff;
} }
h3 { h3 {
font-family: Roboto, sans-serif; font-family: Roboto, sans-serif;
font-size: 22px; font-size: 20px;
line-height: 130%; line-height: 130%;
color: #ffffff; color: #ffffff;
} }
h4 { h4 {
font-family: Roboto, sans-serif; font-family: Roboto, sans-serif;
font-size: 20px; font-size: 19px;
line-height: 130%; line-height: 130%;
color: #ffffff; color: #ffffff;
} }
@ -56,7 +56,7 @@ h5 {
h6 { h6 {
font-family: Roboto, sans-serif; font-family: Roboto, sans-serif;
font-size: 16px; font-size: 17px;
line-height: 130%; line-height: 130%;
color: #ffffff; color: #ffffff;
} }
@ -104,7 +104,7 @@ a:hover {
h1 a, h1 a:visited { h1 a, h1 a:visited {
font-family: Roboto, sans-serif; font-family: Roboto, sans-serif;
font-size: 26px; font-size: 24px;
text-align: center; text-align: center;
line-height: 130%; line-height: 130%;
color: #ffffff; color: #ffffff;
@ -113,21 +113,21 @@ h1 a, h1 a:visited {
h2 a, h2 a:visited { h2 a, h2 a:visited {
font-family: Roboto, sans-serif; font-family: Roboto, sans-serif;
font-size: 24px; font-size: 22px;
line-height: 130%; line-height: 130%;
color: #ffffff; color: #ffffff;
} }
h3 a, h3 a:visited { h3 a, h3 a:visited {
font-family: Roboto, sans-serif; font-family: Roboto, sans-serif;
font-size: 22px; font-size: 20px;
line-height: 130%; line-height: 130%;
color: #ffffff; color: #ffffff;
} }
h4 a, h4 a:visited { h4 a, h4 a:visited {
font-family: Roboto, sans-serif; font-family: Roboto, sans-serif;
font-size: 20px; font-size: 19px;
line-height: 130%; line-height: 130%;
color: #ffffff; color: #ffffff;
} }
@ -141,7 +141,7 @@ h5 a, h5 a:visited {
h6 a, h6 a:visited { h6 a, h6 a:visited {
font-family: Roboto, sans-serif; font-family: Roboto, sans-serif;
font-size: 16px; font-size: 17px;
line-height: 130%; line-height: 130%;
color: #ffffff; color: #ffffff;
} }