mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-31 23:54:25 +00: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
|
|
@ -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…
Reference in New Issue