home-manager/overrides.css
2021-11-18 19:56:03 +00:00

15 lines
272 B
CSS

.docbook .xref img[src^=images\/callouts\/],
.screen img,
.programlisting img {
width: 1em;
}
.calloutlist img {
width: 1.5em;
}
/** The console prompt, e.g., `$` and `#` should not be selectable. */
.programlisting.console .hljs-meta {
user-select: none;
}