chore: update style codeblock (#4599)

This commit is contained in:
Faisal Amir 2025-02-06 21:42:52 +07:00 committed by GitHub
parent ed5c6a61a5
commit 5ca310384a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -65,7 +65,6 @@
pre {
overflow: auto;
border-radius: 0.4rem;
}
pre > code {
@ -88,6 +87,7 @@ pre > code {
.code-block {
pre {
padding: 0;
background: hsla(var(--app-code-block)) !important;
border-top-left-radius: 0;
border-top-right-radius: 0;
}