Skip to content

White image bg for gitlab by neotune888

Details

Authorneotune888

LicenseNo License

Categorygitlab

Created

Updated

Size309 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

In dark mode background of transparent images is the same colour as the page. So black font on dark grey background is quite unreadable. This style tries to fix that issue.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           White image bg for gitlab
@namespace      gitlab.com
@version        1.0.0
@description    A new userstyle
@author         neotune
==/UserStyle== */

@-moz-document regexp(".*gitlab.*") {
    .md img.js-lazy-loaded, .md img.emoji {
    background-color: white;
}
}

Reviews

No reviews yet.