]>
luflow.net public git repositories - flow-web.git/blob - static/css/post.css
1 /* luflow.net web site */
2 /* Public domain 2025. All rights waived */
20 text-decoration: none
;
26 border-style: none none dashed none
;
73 /* Aim for ~12 words per line for good readability. */
89 /* force wrapping to new line so that scrollbar isn't needed: */
90 code
[class
*='language-'] {
91 white-space: pre-wrap
;
92 word-break: break-all
;
99 background-color: #white
;
101 padding: 0.25rem 0.5rem;
107 background-color: #f6f6f6;