Skip to content

UserStyles.world Enhancements by astarris

Imported and mirrored from https://github.com/Gravitonic/userstyles/raw/main/uswenhance.user.css

Details

Authorastarris

LicenseMIT

Categoryuserstyles.world

Created

Updated

Size580 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Minor enhancements to the UserStyles.world website:

  • Disable outlines on some elements when selected if styled outlines are already present.
  • Ensure input fields use the same font as the rest of the site.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           UserStyles.world Enhancements
@namespace      github.com/gravitonic
@version        1.0.0
@description    Minor enhancements to the UserStyles.world website.
@author         Gravitonic
@supportURL     https://github.com/gravitonic/userstyles/issues
@license        MIT
==/UserStyle== */

@-moz-document domain("userstyles.world") {
	input {
		font-family: var(--font-sans);
	}

	input:focus-visible,
	button:focus-visible,
	textarea:focus-visible:not([readonly]),
	.form-wrapper.advanced select:focus {
		outline: none;
	}
}

Reviews

No reviews yet.