Update CSS "Main" from version "11.4.0" to "11.5.0"
This commit is contained in:
parent
ab4d4d2853
commit
fce0b66ca6
18
main.css
18
main.css
@ -1,5 +1,5 @@
|
||||
/* Inferencium - Website - CSS - Main */
|
||||
/* Version: 11.4.0 */
|
||||
/* Version: 11.5.0 */
|
||||
|
||||
/* 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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user