Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/keenwrite.git
M src/main/resources/com/scrivenvar/preview/webview.css
171171
=============================================================================*/
172172
pre, code, tt {
173
  font-size: 14px;
174173
  /* Must be bundled in JAR file. */
175174
  font-family: "Fira Code", monospace;
175
  font-size: 14px;
176
  white-space: pre-wrap;
177
  word-wrap: break-word;
178
  overflow-wrap: anywhere;
176179
}
177180
178181
code, tt {
179
  white-space: nowrap;
180182
  border: 1px solid #ccc;
181183
  background-color: #f8f8f8;
182184
  border-radius: 3px;
183185
}
184186
185187
pre>code {
186
  white-space: pre;
187188
  border: none;
188189
  background: transparent;