Increase body line height. Add padded background color to code.
This commit is contained in:
parent
fa6d030f4f
commit
ad8846ad93
10
inf.css
10
inf.css
@ -3,7 +3,7 @@
|
||||
/* Copyright 2022-2023 Jake Winters */
|
||||
/* SPDX-License-Identifier: BSD-3-Clause-Clear */
|
||||
|
||||
/* Version: 7.0.0.17 */
|
||||
/* Version: 7.1.0.18 */
|
||||
|
||||
|
||||
h1, .h1 {
|
||||
@ -49,6 +49,7 @@ body {
|
||||
margin-right: min(150px, 12vw);
|
||||
font-family: Roboto, sans-serif;
|
||||
font-size: 20px;
|
||||
line-height: 120%;
|
||||
background-color: #262626;
|
||||
}
|
||||
|
||||
@ -66,8 +67,13 @@ p {
|
||||
}
|
||||
|
||||
code {
|
||||
font-size: 18px;
|
||||
font-size: 16px;
|
||||
color: #ffffff;
|
||||
background-color: #000000;
|
||||
padding-top: 4px;
|
||||
padding-right: 4px;
|
||||
padding-bottom: 4px;
|
||||
padding-left: 4px;
|
||||
}
|
||||
|
||||
a {
|
||||
|
Loading…
x
Reference in New Issue
Block a user