Monospaced font on textboxes for bugs.webkit.org after the Nov 2024 revamp.
WebKit Bugzilla Monospaced by eocanha
Details
Authoreocanha
LicenseMIT
Categorybugs.webkit.org
Created
Updated
Size387 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
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;
}
}