diff --git a/modular/base.css b/modular/base.css index 20a6277..318d157 100644 --- a/modular/base.css +++ b/modular/base.css @@ -345,17 +345,6 @@ code, font-family: var(--font-code) !important; } -.hljs.ansi { - line-height: normal !important; -} -.hljs.ansi .bcb-lines { - grid-template-columns: auto; -} -.hljs.ansi .bcb-number { - display: none; - min-height: unset; -} - /* unbreak resizing webms :^) */ /*[class^="mediaAttachmentsContainer-"] [class^="imageWrapper-"] { min-width: 10px; diff --git a/modular/font/terminus.css b/modular/font/terminus.css index 958b7d9..2a44088 100644 --- a/modular/font/terminus.css +++ b/modular/font/terminus.css @@ -137,7 +137,3 @@ code.inline { [class^="markup-"] ul { margin: 4px 0 0 24px !important; } - -.hljs.ansi { - line-height: 12px !important; -} diff --git a/xmc.user.css b/xmc.user.css index 9a4096a..c15c529 100644 --- a/xmc.user.css +++ b/xmc.user.css @@ -2022,10 +2022,6 @@ code.inline { [class^="markup-"] ol, [class^="markup-"] ul { margin: 4px 0 0 24px !important; -} - -.hljs.ansi { - line-height: 12px !important; }`, 'The Funny': `@font-face { font-family: "Pointfree"; @@ -6876,17 +6872,6 @@ div[class^="sidebar-"]:not(:has(> [class^="side-"])):not(:hover) font-family: var(--font-code) !important; } - .hljs.ansi { - line-height: normal !important; - } - .hljs.ansi .bcb-lines { - grid-template-columns: auto; - } - .hljs.ansi .bcb-number { - display: none; - min-height: unset; - } - /* unbreak resizing webms :^) */ /*[class^="mediaAttachmentsContainer-"] [class^="imageWrapper-"] { min-width: 10px;