mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-18 09:07:57 +02:00
feat(website): improve prism themes (#6214)
* feat(website): modify Prism dark theme * update * Use vsDark * update crowdin config * fix light theme as well * revert comment changes
This commit is contained in:
parent
ae9f43fbc0
commit
96dbb8e7ef
10 changed files with 221 additions and 73 deletions
|
@ -50,7 +50,7 @@ html[data-theme='dark'] {
|
|||
}
|
||||
|
||||
html[data-theme='dark'] .docusaurus-highlight-code-line {
|
||||
background-color: rgba(0, 0, 0, 0.3);
|
||||
background-color: rgba(66, 66, 66, 0.3);
|
||||
}
|
||||
|
||||
.header-github-link:hover {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue