fix: making font size 10% smaller.

This commit is contained in:
ajspig 2025-12-11 15:40:19 -05:00
parent fef2330945
commit 66d18f9fd7
2 changed files with 15 additions and 15 deletions

View File

@ -156,7 +156,7 @@ a {
margin: 0 auto;
& article {
& > h1 {
font-size: 2rem;
font-size: 1.8rem;
}
& li:has(> input[type="checkbox"]) {
@ -389,19 +389,19 @@ h6 {
// typography improvements
h1 {
font-size: 1.75rem;
font-size: 1.58rem;
margin-top: 2.25rem;
margin-bottom: 1rem;
}
h2 {
font-size: 1.4rem;
font-size: 1.26rem;
margin-top: 1.9rem;
margin-bottom: 1rem;
}
h3 {
font-size: 1.12rem;
font-size: 1.01rem;
margin-top: 1.62rem;
margin-bottom: 1rem;
}
@ -409,7 +409,7 @@ h3 {
h4,
h5,
h6 {
font-size: 1rem;
font-size: 0.9rem;
margin-top: 1.5rem;
margin-bottom: 1rem;
}
@ -422,7 +422,7 @@ figure[data-rehype-pretty-code-figure] {
& > [data-rehype-pretty-code-title] {
font-family: var(--codeFont);
font-size: 0.9rem;
font-size: 0.81rem;
padding: 0.1rem 0.5rem;
border: 1px solid var(--lightgray);
width: fit-content;
@ -451,7 +451,7 @@ pre {
& > code {
background: none;
padding: 0;
font-size: 0.85rem;
font-size: 0.77rem;
counter-reset: line;
counter-increment: line 0;
display: grid;
@ -506,7 +506,7 @@ code {
tbody,
li,
p {
line-height: 1.6rem;
line-height: 1.44rem;
}
.table-container {

View File

@ -71,27 +71,27 @@ iframe {
/* } */
.explorer {
font-size: 0.85rem;
font-size: 0.77rem;
.folder, .file {
a {
font-size: 0.85rem;
font-size: 0.77rem;
font-weight: 200 !important;
}
}
}
.toc {
font-size: 0.85rem;
font-size: 0.77rem;
a {
font-size: 0.85rem;
font-size: 0.77rem;
font-weight: 600 !important;
}
}
body {
font-size: 0.95rem;
font-size: 0.86rem;
}
input[type="search"] {