repos

blog.bythewood.me-flask

mirror archived upstream

Markdown blog on Flask with Vite-built assets and WeasyPrint PDF export, rewritten from the Wagtail build that preceded it.

blogdockerflaskmarkdownpythonself-hostedvite

358 B · 24 lines · SCSS Raw History
 1.CodeMirror {
 2  margin: 2rem auto;
 3  height: auto;
 4  max-width: 800px;
 5  border-radius: 0.25rem;
 6  border: 1px solid rgba(107, 158, 120, 0.08);
 7}
 8
 9.CodeMirror-line {
10  margin: 0;
11}
12
13.CodeMirror-wrap pre {
14  word-break: break-word;
15}
16
17.CodeMirror-linenumber.CodeMirror-gutter-elt {
18  color: #4a443c;
19}
20
21.cm-s-material-darker .cm-comment {
22  color: #665f56;
23}