forked from deepStateMirrors/tabi
Improve inline code blocks contrast & remove border
Also removes .DS_Store from static/
This commit is contained in:
parent
08ccb6fa3d
commit
57ea76111e
3 changed files with 2 additions and 4 deletions
|
@ -2,14 +2,12 @@ code {
|
|||
background-color: var(--bg-1);
|
||||
padding: 0.1em 0.2em;
|
||||
border-radius: 5px;
|
||||
border: 1px solid var(--border-color);
|
||||
}
|
||||
|
||||
pre {
|
||||
/* Rounded border */
|
||||
border-radius: 5px;
|
||||
border: 1px solid var(--border-color);
|
||||
|
||||
line-height: 1.4;
|
||||
overflow-x: auto;
|
||||
padding: 1em;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue