mirror of
https://github.com/welpo/tabi.git
synced 2025-10-11 07:46:15 +02:00
💄 style(code blocks): change syntax highlighting theme & text size (#131)
📝 docs: remove opening and closing +++ in TOML codeblocks
This commit is contained in:
parent
22579a5974
commit
d6a5b1ab93
13 changed files with 347 additions and 503 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue