Update About webpage from version 10.1.0.37 to 10.2.0.40.

This commit is contained in:
inference 2023-06-18 18:33:59 +01:00
parent 53f761b71c
commit 95e9f29a8e
Signed by: inference
SSH Key Fingerprint: SHA256:9Pl0nZ2UJacgm+IeEtLSZ4FOESgP1eKCtRflfPfdX9M

27
inf.css
View File

@ -3,7 +3,7 @@
/* Copyright 2022 Jake Winters */
/* SPDX-License-Identifier: BSD-3-Clause */
/* Version: 10.1.0.37 */
/* Version: 10.2.0.40 */
/* Body */
@ -19,7 +19,7 @@ body {
.body-link {
font-family: Roboto, sans-serif;
font-size: 18px;
font-size: 17px;
text-decoration: none;
}
@ -36,13 +36,20 @@ body {
}
/* Section */
section {
padding-bottom: 40px;
}
/* Heading 1 */
h1, .h1 {
font-family: Roboto, sans-serif;
font-size: 26px;
font-size: 24px;
text-align: center;
line-height: 130%;
color: #ffffff;
padding-bottom: 40px;
}
@ -94,7 +101,7 @@ h6, .h6 {
/* Paragraph */
p {
font-family: Roboto, sans-serif;
font-size: 18px;
font-size: 17px;
color: #ffffff;
}
@ -106,7 +113,7 @@ blockquote {
/* Code */
code {
font-size: 16px;
font-size: 15px;
color: #ffffff;
background-color: #000000;
padding-top: 4px;
@ -152,14 +159,14 @@ table, th, td {
border-color: #ffffff;
padding: 15px;
font-family: Roboto, sans-serif;
font-size: 18px;
font-size: 17px;
color: #ffffff;
overflow-x: auto;
}
.table-title {
font-family: Roboto, sans-serif;
font-size: 18px;
font-size: 17px;
color: #ffffff;
font-weight: bold;
text-align: center;
@ -167,7 +174,7 @@ table, th, td {
.table-main {
font-family: Roboto, sans-serif;
font-size: 18px;
font-size: 17px;
color: #ffffff;
text-align: center;
}
@ -190,7 +197,7 @@ table, th, td {
.sidebar div {
padding: 8px;
font-family: Roboto, sans-serif;
font-size: 24px;
font-size: 22px;
display: block;
z-index: 100;
}
@ -198,7 +205,7 @@ table, th, td {
.title {
padding: 8px;
font-family: Roboto, sans-serif;
font-size: 32px;
font-size: 28px;
}
.logo-small {