Skip to content

Commit

Permalink
chore: Adjust font-size of code blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
LichtHund committed Jul 10, 2024
1 parent 8e1c32e commit 89da351
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 5 additions & 1 deletion backend/src/main/resources/static/css/docs_content.css
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,12 @@
color: #fff
}

.docs-content code {
font-size: 0.9em;
}

.docs-content #code {
position: relative
position: relative;
}

.docs-content #code:hover .copy-icon {
Expand Down
1 change: 0 additions & 1 deletion backend/src/main/resources/static/css/themes/one_dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ pre[class*="lang-"] {
color: #FFA07A;
background: none;
font-family: "Fira Code", monospace;
font-size: 1em;
text-align: left;
white-space: pre;
word-spacing: normal;
Expand Down

0 comments on commit 89da351

Please sign in to comment.