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 9b107c8 commit 6fc2036Copy full SHA for 6fc2036
assets/css/v2/style.css
@@ -978,6 +978,19 @@ 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
994
.highlight-mf {
995
grid-column: 1 / -1 !important;
996
position: relative;
0 commit comments