Skip to content

metal-archives.com - Improve accessibility by redrohX

Screenshot of metal-archives.com - Improve accessibility

Details

AuthorredrohX

LicenseNo License

Categorymetal-archives.com

Created

Updated

Size534 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

  • Text color contrast improved
  • Text links have underlines
  • Increased font-size and line-height
  • Icons have white background for contrast

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           metal-archives.com - 9-6-2023 14:06:49
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */
@-moz-document domain("metal-archives.com") {
    * {
        color: #eee !important;
        font-size: 1rem !important;
        line-height: 1.4 !important;
    }

    a {
        text-decoration: underline !important;
        color: #fff !important;
    }

    .ui-icon {
        background-color: white !important;
    }
}

Reviews

No reviews yet.