mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-16 14:40:56 +00:00
8 lines
176 B
CSS
8 lines
176 B
CSS
/* styles/katex-override.css */
|
|
|
|
/* Inlined from katex-override.css */
|
|
.katex {
|
|
font-size: 1.25em !important; /* Adjust the font size */
|
|
line-height: 3.0 !important;
|
|
}
|