Update CSS to version 10.0.0.36.
This commit is contained in:
parent
d258b4c2e8
commit
198efe2b77
15
inf.css
15
inf.css
@ -1,9 +1,9 @@
|
||||
/* Inferencium - Website - CSS */
|
||||
|
||||
/* Copyright 2022-2023 Jake Winters */
|
||||
/* SPDX-License-Identifier: BSD-3-Clause-Clear */
|
||||
/* Copyright 2022 Jake Winters */
|
||||
/* SPDX-License-Identifier: BSD-3-Clause */
|
||||
|
||||
/* Version: 9.2.3.32 */
|
||||
/* Version: 10.0.0.36 */
|
||||
|
||||
|
||||
/* Body */
|
||||
@ -13,7 +13,7 @@ body {
|
||||
margin-right: min(150px, 12vw);
|
||||
font-family: Roboto, sans-serif;
|
||||
font-size: 20px;
|
||||
line-height: 120%;
|
||||
line-height: 130%;
|
||||
background-color: #262626;
|
||||
}
|
||||
|
||||
@ -41,6 +41,7 @@ h1, .h1 {
|
||||
font-family: Roboto, sans-serif;
|
||||
font-size: 26px;
|
||||
text-align: center;
|
||||
line-height: 130%;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
@ -49,6 +50,7 @@ h1, .h1 {
|
||||
h2, .h2 {
|
||||
font-family: Roboto, sans-serif;
|
||||
font-size: 22px;
|
||||
line-height: 130%;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
@ -57,6 +59,7 @@ h2, .h2 {
|
||||
h3, .h3 {
|
||||
font-family: Roboto, sans-serif;
|
||||
font-size: 20px;
|
||||
line-height: 130%;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
@ -65,6 +68,7 @@ h3, .h3 {
|
||||
h4, .h4 {
|
||||
font-family: Roboto, sans-serif;
|
||||
font-size: 18px;
|
||||
line-height: 130%;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
@ -73,6 +77,7 @@ h4, .h4 {
|
||||
h5, .h5 {
|
||||
font-family: Roboto, sans-serif;
|
||||
font-size: 16px;
|
||||
line-height: 130%;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
@ -81,6 +86,7 @@ h5, .h5 {
|
||||
h6, .h6 {
|
||||
font-family: Roboto, sans-serif;
|
||||
font-size: 16px;
|
||||
line-height: 130%;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
@ -173,6 +179,7 @@ table, th, td {
|
||||
background-color: #909090;
|
||||
text-align: center;
|
||||
z-index: 99;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.sidebar div {
|
||||
|
Loading…
x
Reference in New Issue
Block a user