mirror of
https://github.com/alrayyes/wiki.git
synced 2024-11-22 19:46:23 +00:00
style: styling for codeblocks without langs (#527)
This commit is contained in:
parent
cec4877adb
commit
afa163f2fe
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue