print style
In gitlab, the print style is as follows:
@media print
*, *:before, *:after {
background: transparent !important;
color: #000 !important;
box-shadow: none !important;
text-shadow: none !important;
}
It will disable code highlight. Actually most people like to keep the code highlight while printing.
Edited by 🤖 GitLab Bot 🤖