Update CSS from version 10.3.1.46 to 10.4.0.51

This commit is contained in:
inference 2023-09-10 00:09:55 +01:00
parent 38923ccd97
commit a046949c87
Signed by: inference
SSH Key Fingerprint: SHA256:FtEVfx1CmTKMy40VwZvF4k+3TC+QhCWy+EmPRg50Nnc

11
inf.css
View File

@ -3,7 +3,7 @@
/* Copyright 2022 Jake Winters */ /* Copyright 2022 Jake Winters */
/* SPDX-License-Identifier: BSD-3-Clause */ /* SPDX-License-Identifier: BSD-3-Clause */
/* Version: 10.3.1.46 */ /* Version: 10.4.0.51 */
/* Body */ /* Body */
@ -20,7 +20,7 @@ body {
/* Section */ /* Section */
section { section {
padding-bottom: 40px; padding-bottom: 30px;
} }
@ -89,7 +89,7 @@ blockquote {
code { code {
font-size: 15px; font-size: 15px;
color: #ffffff; color: #ffffff;
background-color: #000000; background-color: #424242;
padding-top: 4px; padding-top: 4px;
padding-right: 4px; padding-right: 4px;
padding-bottom: 4px; padding-bottom: 4px;
@ -101,12 +101,12 @@ code {
a { a {
font-family: Roboto, sans-serif; font-family: Roboto, sans-serif;
font-size: 17px; font-size: 17px;
color: #5dade2; color: #90caf9;
text-decoration: none; text-decoration: none;
} }
a:visited { a:visited {
color: #bb8fce; color: #ce93d8;
} }
a:hover { a:hover {
@ -183,7 +183,6 @@ table, th, td {
font-family: Roboto, sans-serif; font-family: Roboto, sans-serif;
font-size: 17px; font-size: 17px;
color: #ffffff; color: #ffffff;
overflow-x: auto;
} }
th { th {