Autosave: 2023-02-17 18:50:31
This commit is contained in:
parent
11acfb8221
commit
1195aa5883
2 changed files with 38 additions and 28 deletions
26
.vscode/markdown-styles.css
vendored
26
.vscode/markdown-styles.css
vendored
|
@ -2,7 +2,12 @@ body {
|
|||
background: #000e07;
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
|
@ -25,7 +30,6 @@ th,
|
|||
td {
|
||||
background: #637d7510;
|
||||
padding: 0.5rem;
|
||||
|
||||
}
|
||||
|
||||
tbody tr:nth-child(odd) {
|
||||
|
@ -47,12 +51,14 @@ span.hljs-comment {
|
|||
color: #5a8055ad;
|
||||
}
|
||||
|
||||
|
||||
span.hljs-string, span.hljs-params {
|
||||
span.hljs-string,
|
||||
span.hljs-params {
|
||||
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;
|
||||
}
|
||||
|
||||
|
@ -64,7 +70,9 @@ span.hljs-number {
|
|||
color: #00e0c4;
|
||||
}
|
||||
|
||||
span.hljs-attr, span.hljs-subst, span.hljs-variable {
|
||||
span.hljs-attr,
|
||||
span.hljs-subst,
|
||||
span.hljs-variable {
|
||||
color: #327f77;
|
||||
}
|
||||
|
||||
|
@ -72,7 +80,8 @@ span.hljs-variable.language_ {
|
|||
color: #7f2b27;
|
||||
}
|
||||
|
||||
.code-line code, .code-line {
|
||||
.code-line code,
|
||||
.code-line {
|
||||
color: #637d75 !important;
|
||||
}
|
||||
|
||||
|
@ -84,7 +93,8 @@ span.hljs-property {
|
|||
color: #2f6a7f;
|
||||
}
|
||||
|
||||
span.hljs-title.function_, span.hljs-function {
|
||||
span.hljs-title.function_,
|
||||
span.hljs-function {
|
||||
color: #717f24 !important;
|
||||
}
|
||||
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 452 KiB |
Loading…
Add table
Reference in a new issue