Skip to content

WebKit Bugzilla Monospaced by eocanha

Screenshot of WebKit Bugzilla Monospaced

Details

Authoreocanha

LicenseMIT

Categorybugs.webkit.org

Created

Updated

Size387 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Monospaced font on textboxes for bugs.webkit.org after the Nov 2024 revamp.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           WebKit Bugzilla Monospaced
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Monospaced font on textboxes for bugs.webkit.org after the Nov 2024 revamp.
@author         eocanha
@license        MIT
==/UserStyle== */

@-moz-document domain("bugs.webkit.org") {
    .bz_comment_text {
        font-family: monospace;
    }
}

Reviews

No reviews yet.