format code

remove end of line
This commit is contained in:
DefectingCat
2023-05-17 14:58:22 +08:00
parent 221e72d783
commit b19914b68a
34 changed files with 38 additions and 48 deletions

View File

@ -35,7 +35,8 @@
text-shadow: 0 1px rgba(0, 0, 0, 0.3);
/* font-family: 'Fira Code', 'Fira Mono', Menlo, Consolas, 'DejaVu Sans Mono',
monospace; */
font-family: var(--font-jetbrains-mono), -apple-system, 'DejaVu Sans Mono', monospace;
font-family: var(--font-jetbrains-mono), -apple-system, 'DejaVu Sans Mono',
monospace;
direction: ltr;
text-align: left;
white-space: pre;
@ -520,4 +521,4 @@ pre
/* Fill colour of the handle */
.dark .prism-previewer-easing.prism-previewer-easing circle {
fill: transparent;
}
}

View File

@ -433,4 +433,4 @@ pre > code.diff-highlight .token.token.inserted:not(.prefix) *::selection {
/* Fill colour of the handle */
.prism-previewer-easing.prism-previewer-easing circle {
fill: transparent;
}
}

View File

@ -372,4 +372,4 @@ h6:hover::before {
#article .cm-editor .cm-line {
font-size: 15px;
font-family: var(--font-jetbrains-mono), -apple-system, monospace;
}
}