mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2024-11-17 05:15:58 -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;
|
||||
}
|
||||
|
||||
.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
|
||||
|
Loading…
Reference in New Issue
Block a user