mirror of
https://github.com/System-End/site.git
synced 2026-04-19 23:22:49 +00:00
bug: fix unpure selector for inline code block
This commit is contained in:
parent
70869586fa
commit
2e18a44ce2
1 changed files with 1 additions and 1 deletions
|
|
@ -395,7 +395,7 @@ SOFTWARE.
|
|||
border: none;
|
||||
}
|
||||
|
||||
code:not(pre code) {
|
||||
.reactMarkDown code:not(pre code) {
|
||||
color: #e8912d;
|
||||
font-size: 0.95rem;
|
||||
border: 1px solid #CCCCCC !important;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue