Autosave: 2023-02-17 18:50:31

This commit is contained in:
thomasabishop 2023-02-17 18:50:31 +00:00
parent 11acfb8221
commit 1195aa5883
2 changed files with 38 additions and 28 deletions

View file

@ -1,19 +1,24 @@
body { body {
background: #000e07; background: #000e07;
} }
h1, h2, h3, h4, h5, h6 { h1,
font-weight: 600; h2,
h3,
h4,
h5,
h6 {
font-weight: 600;
} }
pre { pre {
background: #0f1610 !important; background: #0f1610 !important;
} }
blockquote { blockquote {
border-left-color: #2f7e25; border-left-color: #2f7e25;
border-left-width: 3px; border-left-width: 3px;
background: #637d7510; background: #637d7510;
} }
table { table {
@ -25,7 +30,6 @@ th,
td { td {
background: #637d7510; background: #637d7510;
padding: 0.5rem; padding: 0.5rem;
} }
tbody tr:nth-child(odd) { tbody tr:nth-child(odd) {
@ -37,57 +41,63 @@ tbody tr:nth-child(even) {
} }
thead { thead {
border-bottom-width: 0 !important; border-bottom-width: 0 !important;
} }
th { th {
border-bottom: 0px !important; border-bottom: 0px !important;
} }
span.hljs-comment { span.hljs-comment {
color: #5a8055ad; color: #5a8055ad;
} }
span.hljs-string,
span.hljs-string, span.hljs-params { span.hljs-params {
color: #637d75; color: #637d75;
} }
span.hljs-built_in, span.hljs-title.class_, span.hljs-name { span.hljs-built_in,
color: #717f24; span.hljs-title.class_,
span.hljs-name {
color: #717f24;
} }
span.hljs-keyword { span.hljs-keyword {
color: #2f7e25; color: #2f7e25;
} }
span.hljs-number { span.hljs-number {
color: #00e0c4; color: #00e0c4;
} }
span.hljs-attr, span.hljs-subst, span.hljs-variable { span.hljs-attr,
color: #327f77; span.hljs-subst,
span.hljs-variable {
color: #327f77;
} }
span.hljs-variable.language_ { span.hljs-variable.language_ {
color: #7f2b27; color: #7f2b27;
} }
.code-line code, .code-line { .code-line code,
color: #637d75 !important; .code-line {
color: #637d75 !important;
} }
code { code {
font-size: 15px; font-size: 15px;
} }
span.hljs-property { span.hljs-property {
color: #2f6a7f; color: #2f6a7f;
} }
span.hljs-title.function_, span.hljs-function { span.hljs-title.function_,
color: #717f24 !important; span.hljs-function {
color: #717f24 !important;
} }
span.hljs-literal { span.hljs-literal {
color: #18e000; color: #18e000;
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 452 KiB