mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-02 03:21:14 +00:00
15 lines
272 B
CSS
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;
|
|
}
|