From 5778b3df657a9908b7605e1781350aa7f5a51bdc Mon Sep 17 00:00:00 2001 From: Andrew Beal Date: Sun, 17 May 2026 13:34:04 +0100 Subject: [PATCH] style: remove unused KaTeX and abbreviation CSS rules Remove text-indent from .katex class and delete unused abbreviation styling for assistant message bubbles to clean up stylesheet. --- Styles/custom_styles.css | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Styles/custom_styles.css b/Styles/custom_styles.css index dd70e66..829f48c 100644 --- a/Styles/custom_styles.css +++ b/Styles/custom_styles.css @@ -399,7 +399,6 @@ a[data-footnote-backref] { .katex { font: normal 1.21em "KaTeX_Main", "Times New Roman", Times, serif; line-height: 1.2; - text-indent: 0px; text-rendering: auto; } @@ -1227,12 +1226,6 @@ a[data-footnote-backref] { vertical-align: super; } -/* Abbreviations */ -.message-bubble.assistant abbr[title] { - text-decoration-line: underline; - text-decoration-style: dotted; - cursor: help; -} /* Definition lists */ .message-bubble.assistant dl {