We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ea5f51 commit 17de998Copy full SHA for 17de998
assets/css/v2/style.css
@@ -978,6 +978,26 @@ blockquote p:last-child {
978
}
979
980
/* Codeblocks */
981
+.highlight {
982
+ position: relative;
983
+ z-index: -1;
984
+
985
+ code .line {
986
987
988
+ .c1 {
989
+ white-space: normal;
990
+ }
991
992
993
+ code.language-shell {
994
+ /* Special case for shell commands */
995
+ .cl {
996
997
998
999
+}
1000
1001
.highlight-mf {
1002
grid-column: 1 / -1 !important;
1003
position: relative;
0 commit comments