mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-12-26 10:01:59 +00:00
Fix code highlighting grid
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
629dcf98eb
commit
26c726a986
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
@import '../../../../../../node_modules/highlight.js/styles/tomorrow-night-blue';
|
||||
}
|
||||
|
||||
code.hljs {
|
||||
pre code.hljs {
|
||||
overflow-x: auto;
|
||||
background-color: rgba(27, 31, 35, .05);
|
||||
|
||||
|
|
Loading…
Reference in a new issue