Skip to content

Commit 46f40f5

Browse files
fmt
1 parent ffd3989 commit 46f40f5

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

www/static/markdown.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -797,8 +797,9 @@ ol.nested li:before {
797797
border-top-right-radius: 0 !important;
798798
}
799799
.fenced-code-title {
800-
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
801-
"Liberation Mono", "Courier New", monospace;
800+
font-family:
801+
ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
802+
"Courier New", monospace;
802803
font-size: 0.8125rem;
803804
line-height: 1;
804805
}

www/static/styles.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,9 @@ html[data-theme="dark"]:root {
5757
}
5858

5959
body {
60-
font-family: Fixel, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
61-
Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
60+
font-family:
61+
Fixel, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
62+
Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
6263
font-weight: 450;
6364
font-size: 1.125rem;
6465
line-height: 1.5;

0 commit comments

Comments
 (0)