mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-13 22:54:42 -04:00
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:
parent
dca93d6d18
commit
7647475183
5 changed files with 12 additions and 24 deletions
|
@ -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 & {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue