mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-03 12:17:20 +02:00
fix(v2): fix debug plugin unscoped global css affecting all code blocks (#3405)
https://github.com/facebook/docusaurus/issues/3402
This commit is contained in:
parent
e32bac88bb
commit
f49d8baf2f
1 changed files with 5 additions and 5 deletions
|
@ -14,6 +14,11 @@
|
|||
min-height: 100vh;
|
||||
}
|
||||
|
||||
.container code {
|
||||
color: white;
|
||||
background-color: #444950;
|
||||
}
|
||||
|
||||
.nav {
|
||||
position: fixed;
|
||||
display: flex;
|
||||
|
@ -39,11 +44,6 @@
|
|||
background-color: #292a2b;
|
||||
}
|
||||
|
||||
code {
|
||||
color: white;
|
||||
background-color: #444950;
|
||||
}
|
||||
|
||||
.active {
|
||||
background-color: #363739;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue