diff --git a/main.css b/main.css index 4232bcb..29b6943 100644 --- a/main.css +++ b/main.css @@ -1,5 +1,5 @@ /* Inferencium - Website - CSS - Main */ -/* Version: 11.4.0-beta.1 */ +/* Version: 11.5.0-beta.1 */ /* 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; }