feat: codeblock styling like chatgpt (#132)

This commit is contained in:
Danil Shishkevich
2023-03-25 17:39:31 +07:00
committed by GitHub
parent c3132ef2fb
commit e30336c00e
2 changed files with 17 additions and 11 deletions
+4
View File
@@ -31,3 +31,7 @@
html {
background: #202123;
}
pre:has(div.codeblock) {
padding: 0;
}