style[dark mode]: add border for code block

This commit is contained in:
365cent 2023-04-13 18:38:58 -04:00 committed by GitHub
parent e25718ffab
commit e28d65b92b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -188,3 +188,9 @@
.xlog-comment .prose p {
@apply my-1;
}
@media (prefers-color-scheme:dark) {
.prose pre {
border: 1px solid;
}
}