mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-16 14:11:50 +00:00
Disable codeblock shadow inside Expandable
This commit is contained in:
parent
be253a3467
commit
037107bbd0
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@
|
||||||
@apply bg-gray-900;
|
@apply bg-gray-900;
|
||||||
}
|
}
|
||||||
|
|
||||||
.codeblock {
|
:deep(.codeblock) {
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Add table
Reference in a new issue