Improve inline code blocks contrast & remove border

Also removes .DS_Store from static/
This commit is contained in:
welpo
2023-02-02 21:54:57 +01:00
parent 08ccb6fa3d
commit 57ea76111e
3 changed files with 2 additions and 4 deletions

View File

@@ -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;