Skip to content

Commit ee1c47d

Browse files
committed
Fast fix
1 parent 6bcf4bb commit ee1c47d

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

teinte.css

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
--color-toolbar-text: var(--color-text);
3939

4040

41+
--text-font-family: system-ui, sans-serif;
4142
--ui-font-family: system-ui, sans-serif;
4243
}
4344

@@ -50,6 +51,7 @@ body {
5051
min-height: 100vh;
5152
margin: 0;
5253
padding: 0;
54+
font-family: var(--text-font-family);
5355
}
5456

5557
img,
@@ -2689,6 +2691,12 @@ dl.xml dt {
26892691
font-weight: normal;
26902692
}
26912693

2694+
.chapter .body,
2695+
.article .body {
2696+
max-width: 80ex;
2697+
margin-left: auto;
2698+
margin-right: auto;
2699+
}
26922700

26932701
/** specific wide screen, not for print or phone */
26942702

@@ -2786,6 +2794,7 @@ dl.xml dt {
27862794
background-color: transparent;
27872795
margin: 0px;
27882796
padding: 0;
2797+
font-size: 9pt;
27892798
}
27902799

27912800
body {
@@ -2855,6 +2864,26 @@ dl.xml dt {
28552864
float: none;
28562865
margin: 0;
28572866
}
2867+
2868+
main,
2869+
.article-flow,
2870+
.chapter-flow {
2871+
max-width: none;
2872+
padding: 0;
2873+
}
2874+
2875+
.article-flow .body,
2876+
.chapter-flow .body,
2877+
.article-flow .footnotes,
2878+
.chapter-flow .footnotes {
2879+
columns: 2;
2880+
column-gap: 2em;
2881+
orphans: 3;
2882+
widows: 3;
2883+
max-width: none;
2884+
margin: 0;
2885+
line-height: normal;
2886+
}
28582887
}
28592888

28602889
/**

0 commit comments

Comments
 (0)