Prevent prompt symbol in console code blocks from being highlighted

This commit is contained in:
BBaoVanC 2022-07-19 00:09:16 -05:00
parent 56d8a07893
commit 0c248a4ca5
Signed by: bbaovanc
GPG Key ID: 18089E4E3CCF1D3A
1 changed files with 8 additions and 0 deletions

View File

@ -689,6 +689,14 @@ table.markdown {
background-color: var(--background-1) !important;
}
.chroma .gp {
/* Generic Prompt symbol */
user-select: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
}
:not(pre) > code {
background-color: var(--background-2);
/* Disable this because it overrides inline code blocks that are