2024-03-25 02:26:32 +00:00
|
|
|
:root {
|
|
|
|
--background-body: #0d1117 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#content {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: center;
|
|
|
|
gap: 1rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
table,
|
|
|
|
th,
|
|
|
|
td {
|
|
|
|
border: 1px solid black;
|
|
|
|
padding: 0.25rem;
|
|
|
|
}
|
2024-03-26 23:47:38 +00:00
|
|
|
|
|
|
|
/* prism overrides*/
|
|
|
|
pre[class*="language-"] {
|
|
|
|
background: unset !important;
|
|
|
|
padding: unset !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
pre[class*="language-"][data-language]::before {
|
|
|
|
color: #888 !important;
|
|
|
|
background-color: #161f27 !important;
|
|
|
|
}
|