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

@ -2,7 +2,12 @@ body {
background: #000e07; background: #000e07;
} }
h1, h2, h3, h4, h5, h6 { h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: 600; font-weight: 600;
} }
@ -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) {
@ -47,12 +51,14 @@ 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,
span.hljs-title.class_,
span.hljs-name {
color: #717f24; color: #717f24;
} }
@ -64,7 +70,9 @@ span.hljs-number {
color: #00e0c4; color: #00e0c4;
} }
span.hljs-attr, span.hljs-subst, span.hljs-variable { span.hljs-attr,
span.hljs-subst,
span.hljs-variable {
color: #327f77; color: #327f77;
} }
@ -72,7 +80,8 @@ span.hljs-variable.language_ {
color: #7f2b27; color: #7f2b27;
} }
.code-line code, .code-line { .code-line code,
.code-line {
color: #637d75 !important; color: #637d75 !important;
} }
@ -84,7 +93,8 @@ span.hljs-property {
color: #2f6a7f; color: #2f6a7f;
} }
span.hljs-title.function_, span.hljs-function { span.hljs-title.function_,
span.hljs-function {
color: #717f24 !important; color: #717f24 !important;
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 452 KiB