mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-04 04:37:28 +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;
|
min-height: 100vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.container code {
|
||||||
|
color: white;
|
||||||
|
background-color: #444950;
|
||||||
|
}
|
||||||
|
|
||||||
.nav {
|
.nav {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -39,11 +44,6 @@
|
||||||
background-color: #292a2b;
|
background-color: #292a2b;
|
||||||
}
|
}
|
||||||
|
|
||||||
code {
|
|
||||||
color: white;
|
|
||||||
background-color: #444950;
|
|
||||||
}
|
|
||||||
|
|
||||||
.active {
|
.active {
|
||||||
background-color: #363739;
|
background-color: #363739;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue