mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-02-21 15:03:19 +00:00
Reformat highlighted-code.scss and fix display bug in cheatsheet
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
cd79aeddac
commit
7ca23d8ade
1 changed files with 42 additions and 40 deletions
|
@ -11,7 +11,8 @@
|
||||||
@import '../../../../../../node_modules/highlight.js/styles/github-dark';
|
@import '../../../../../../node_modules/highlight.js/styles/github-dark';
|
||||||
}
|
}
|
||||||
|
|
||||||
pre code.hljs {
|
pre, & {
|
||||||
|
code.hljs {
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
background-color: rgba(27, 31, 35, .05);
|
background-color: rgba(27, 31, 35, .05);
|
||||||
|
|
||||||
|
@ -61,4 +62,5 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue