Skip to content

Commit c19c598

Browse files
author
Matthieu Lemerre
committed
Better HTML output
1 parent 9594535 commit c19c598

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

assets/codexoutputs/abs.notypes.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,6 @@
212212

213213
.code-container {
214214
font-family: monospace;
215-
font-size: 14px;
216215
line-height: 1.5;
217216
color: /* #FFF8EB; */ #000000;
218217
overflow: auto;
@@ -223,8 +222,7 @@
223222
/* background-color: #ADB6C4; */
224223
background-color: #eeeeee;
225224
padding: 10px;
226-
font-family: sans;
227-
font-size: 14px;
225+
font-family: monospace;
228226
line-height: 1.5;
229227
color: #000;
230228
}

assets/codexoutputs/abs.withtypes.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,6 @@
212212

213213
.code-container {
214214
font-family: monospace;
215-
font-size: 14px;
216215
line-height: 1.5;
217216
color: /* #FFF8EB; */ #000000;
218217
overflow: auto;
@@ -223,8 +222,7 @@
223222
/* background-color: #ADB6C4; */
224223
background-color: #eeeeee;
225224
padding: 10px;
226-
font-family: sans;
227-
font-size: 14px;
225+
font-family: monospace;
228226
line-height: 1.5;
229227
color: #000;
230228
}

0 commit comments

Comments
 (0)