mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-01 02:12:36 +02:00
refactor: recommend using data-theme without html element selector (#6668)
* refactor: recommend using data-theme without html element selector * simplify site CSS * refactor
This commit is contained in:
parent
4b7bea950f
commit
b89d93fab5
18 changed files with 88 additions and 64 deletions
|
@ -197,7 +197,7 @@ To accomplish this, Docusaurus adds the `docusaurus-highlight-code-line` class t
|
|||
}
|
||||
|
||||
/* If you have a different syntax highlighting theme for dark mode. */
|
||||
html[data-theme='dark'] .docusaurus-highlight-code-line {
|
||||
[data-theme='dark'] .docusaurus-highlight-code-line {
|
||||
/* Color which works with dark mode syntax highlighting theme */
|
||||
background-color: rgb(100, 100, 100);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue