GitLab: calmer dark contrast
Softens the harsh contrast of the GitLab dark theme using warmer graphite tones instead of black.
Code to copy
/* Soften harsh contrast when the GitLab dark theme is active */
.gl-dark body,
.gl-dark .content-wrapper {
background-color: #1c1d22 !important;
}
.gl-dark .card,
.gl-dark .diff-file {
background-color: #25262c !important;
}
How to use this example
- Copy the code with the button above.
- Install JustZix (2 minutes) and open the extension on the target page.
- Add a new rule matching that page.
- Paste the code into the rule's CSS panel and save — the effect appears instantly.
Rate this example
No ratings yet — be the first.