Reformat highlighted-code.scss and fix display bug in cheatsheet

Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
Tilman Vatteroth 2021-09-16 19:54:00 +02:00
parent cd79aeddac
commit 7ca23d8ade

View file

@ -11,7 +11,8 @@
@import '../../../../../../node_modules/highlight.js/styles/github-dark';
}
pre code.hljs {
pre, & {
code.hljs {
overflow-x: auto;
background-color: rgba(27, 31, 35, .05);
@ -61,4 +62,5 @@
}
}
}
}
}