style: styling for codeblocks without langs (#527)

This commit is contained in:
Jacky Zhao 2023-10-05 13:30:06 -07:00 committed by GitHub
parent cec4877adb
commit afa163f2fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -325,10 +325,10 @@ pre {
border-radius: 5px;
overflow-x: auto;
border: 1px solid var(--lightgray);
position: relative;
&:has(> code.mermaid) {
border: none;
position: relative;
}
& > code {