💄 style(code blocks): change syntax highlighting theme & text size (#131)

📝 docs: remove opening and closing +++ in TOML codeblocks
This commit is contained in:
Óscar
2023-09-07 01:46:20 +02:00
committed by GitHub
parent 22579a5974
commit d6a5b1ab93
13 changed files with 347 additions and 503 deletions

View File

@@ -47,13 +47,14 @@ pre {
display: block;
line-height: 1.4;
overflow-x: auto;
padding: 2rem 1rem 1rem;
padding: 2.4rem 1rem 1rem;
border-radius: 5px;
code {
display: block;
overflow-x: auto;
white-space: pre;
font-size: 0.8rem; // Fits ~77 characters.
background-color: transparent;
color: inherit;
padding: 0rem;