mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-11-07 16:05:58 +01: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;
|
||
|
}
|