From 0c248a4ca5ff14fff334a69ad9a471c40ecd040d Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Tue, 19 Jul 2022 00:09:16 -0500 Subject: [PATCH] Prevent prompt symbol in console code blocks from being highlighted --- assets/css/bobastyle.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/assets/css/bobastyle.css b/assets/css/bobastyle.css index 15e9d38..dba64fd 100644 --- a/assets/css/bobastyle.css +++ b/assets/css/bobastyle.css @@ -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