From 18fafeb591774844ac1672f61a7be29b6e12f66b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A0=D1=83=D1=81=D0=BB=D0=B0=D0=BD?= Date: Tue, 26 Sep 2023 00:37:17 +0600 Subject: [PATCH] Update main.css --- assets/css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/main.css b/assets/css/main.css index c311b56..af758d2 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -253,7 +253,7 @@ svg { -webkit-overflow-scrolling: touch; } -span:not([style])::before { +span:not([style]):not([class^="language-shell"] span)::before { content: "$ "; color: #555; }