Style tweaks
This commit is contained in:
parent
bf56790e3a
commit
804b51aaa6
3 changed files with 14 additions and 3 deletions
|
@ -3,14 +3,18 @@ code {
|
|||
background-color: light-dark(#fbf3db, #103c48);
|
||||
color: light-dark(#53676d, #adbcbc);
|
||||
min-width: 80ch;
|
||||
}
|
||||
|
||||
pre > code {
|
||||
width: 80%;
|
||||
display: block;
|
||||
padding: 1rem;
|
||||
border-radius: 0.55rem / 0.5rem;
|
||||
}
|
||||
|
||||
pre {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.hl-type {
|
||||
color: light-dark(#ad8900, #dbb32d);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue