Update CSS from version 10.3.1.46 to 10.4.0.50

This commit is contained in:
inference 2023-09-09 23:42:35 +01:00
parent bda9cf4e1a
commit ed888e70fc
Signed by: inference
SSH Key Fingerprint: SHA256:FtEVfx1CmTKMy40VwZvF4k+3TC+QhCWy+EmPRg50Nnc

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.50 */
/* Body */ /* Body */
@ -20,7 +20,7 @@ body {
/* Section */ /* Section */
section { section {
padding-bottom: 40px; padding-bottom: 30px;
} }
@ -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 {