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