Skip to content

focusOutlineEverywhere by banaanihillo

Details

Authorbanaanihillo

LicenseGPL-3.0-or-later

Category*

Created

Updated

Size458 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Easily perceptible focus indicator for every page, designed for use with a white-on-black dark mode

Notes

Source code

/* ==UserStyle==
@name         focusOutlineEverywhere
@version      20240626.08.15
@namespace    userstyles.world
@description  Easily perceptible focus indicator for every page, designed for use with a white-on-black dark mode
@author       banaanihillo
@license      GPL-3.0-or-later
==/UserStyle== */

@-moz-document regexp("https://*.*") {
	*:focus-visible {
		outline: 2px solid magenta !important;
		outline-offset: 2px !important;
	}
}

Reviews

No reviews yet.