Skip to content

Commit

Permalink
ui: update code block styles for visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
jonbarrow committed Apr 8, 2024
1 parent 3bd14d7 commit 9bb9f6a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions public/assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,15 @@ body, .main-body {
font-family: Poppins, Arial, Helvetica, sans-serif;
}

code {
background-color: var(--bg-shade-0);
padding: 4px;
border-radius: 4px;
font-family: Consolas, Monaco, 'Andale Mono', monospace;
font-size: 0.9em;
color: var(--text-shade-2);
}

.main-body {
overflow-y: hidden; /* Fixes the dowuble scrollbars caused by the last background circle */
}
Expand Down

0 comments on commit 9bb9f6a

Please sign in to comment.