ui: update code block styles for visibility

This commit is contained in:
Jonathan Barrow 2024-04-08 18:09:28 -04:00
parent 3bd14d7b5e
commit 9bb9f6a4f0
No known key found for this signature in database
GPG key ID: E86E9FE9049C741F

View file

@ -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 */
}