mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2025-01-22 17:56:16 -06:00
Prevent prompt symbol in console code blocks from being highlighted
This commit is contained in:
parent
56d8a07893
commit
0c248a4ca5
@ -689,6 +689,14 @@ table.markdown {
|
|||||||
background-color: var(--background-1) !important;
|
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 {
|
:not(pre) > code {
|
||||||
background-color: var(--background-2);
|
background-color: var(--background-2);
|
||||||
/* Disable this because it overrides inline code blocks that are
|
/* Disable this because it overrides inline code blocks that are
|
||||||
|
Loading…
x
Reference in New Issue
Block a user