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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 452 KiB