mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-14 15:14:56 -04: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';
|
@import '../../../../../../node_modules/highlight.js/styles/tomorrow-night-blue';
|
||||||
}
|
}
|
||||||
|
|
||||||
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);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue