mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-09-07 16:36:55 -05:00
ui: update code block styles for visibility
This commit is contained in:
@@ -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 */
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user