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 4dda41e commit 7e2185cCopy full SHA for 7e2185c
assets/css/v2/style.css
@@ -965,6 +965,19 @@ blockquote p:last-child {
965
}
966
967
/* Codeblocks */
968
+.highlight {
969
+ position: relative;
970
+ z-index: -1;
971
+
972
+ code .line {
973
974
975
+ .c1 {
976
+ white-space: normal;
977
+ }
978
979
+}
980
981
.highlight-mf {
982
grid-column: 1 / -1 !important;
983
position: relative;
0 commit comments