Update dependency highlight.js to v11 (#1292)

* Update dependency highlight.js to v11

Signed-off-by: Renovate Bot <bot@renovateapp.com>

* Migrate code

Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
renovate[bot] 2021-06-01 19:57:37 +00:00 committed by GitHub
parent dca93d6d18
commit 7647475183
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 12 additions and 24 deletions

View file

@ -8,10 +8,11 @@
@import '../../../../../../node_modules/highlight.js/styles/github';
body.dark & {
@import '../../../../../../node_modules/highlight.js/styles/tomorrow-night';
@import '../../../../../../node_modules/highlight.js/styles/tomorrow-night-blue';
}
code.hljs {
overflow-x: auto;
background-color: rgba(27, 31, 35, .05);
body.dark & {