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 Jun 30, 2025 by 🤖 GitLab Bot 🤖
Assignee Loading
Time tracking Loading