Skip to content

Commit

Permalink
fix: font size and padding
Browse files Browse the repository at this point in the history
  • Loading branch information
dawidsawa committed Nov 6, 2024
1 parent 58229a8 commit be43804
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion static/style/inverted-style.css
Original file line number Diff line number Diff line change
Expand Up @@ -520,10 +520,12 @@
display: inline-block;
width: 100%;
overflow-x: scroll;
background-color: var(--background-color-light);
padding: 16px;
background-color: #7f7f7f20;
}
.preview pre code {
font-family: monospace;
font-size: 12px;
}
.preview ol,
.preview ul {
Expand Down
4 changes: 3 additions & 1 deletion static/style/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -520,10 +520,12 @@
display: inline-block;
width: 100%;
overflow-x: scroll;
background-color: var(--background-color-light);
padding: 16px;
background-color: #80808020;
}
.preview pre code {
font-family: monospace;
font-size: 12px;
}
.preview ol,
.preview ul {
Expand Down

0 comments on commit be43804

Please sign in to comment.